Vibe Google Analytics
This commit is contained in:
@@ -7,14 +7,13 @@ namespace Tests;
|
||||
[TestFixture]
|
||||
public class TelerikLicenseTests : PageTest
|
||||
{
|
||||
|
||||
private const string BaseUrl = "http://localhost:5256";
|
||||
|
||||
[Test]
|
||||
public async Task TelerikLicenseBannerIsNotVisible()
|
||||
{
|
||||
await Page.GotoAsync(BaseUrl + "/agents");
|
||||
|
||||
|
||||
await Page.WaitForLoadStateAsync(LoadState.NetworkIdle);
|
||||
var grid = Page.Locator(".agents-grid");
|
||||
await Expect(grid).ToBeVisibleAsync();
|
||||
|
||||
Reference in New Issue
Block a user