Cleanup
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System.Text.RegularExpressions;
|
||||
using Microsoft.Playwright;
|
||||
using Microsoft.Playwright.NUnit;
|
||||
using Tests.PageObjects;
|
||||
|
||||
namespace Tests;
|
||||
@@ -9,14 +7,14 @@ namespace Tests;
|
||||
[TestFixture]
|
||||
public class SyndicateTests : AuthenticatedPageTest
|
||||
{
|
||||
private SyndicatesPage _syndicatesPage;
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
_syndicatesPage = new SyndicatesPage(Page);
|
||||
}
|
||||
|
||||
private SyndicatesPage _syndicatesPage;
|
||||
|
||||
[Test]
|
||||
public async Task SyndicatesPage_ShouldOpenDialogOnPairingClick()
|
||||
{
|
||||
@@ -62,4 +60,4 @@ public class SyndicateTests : AuthenticatedPageTest
|
||||
await _syndicatesPage.CloseDialogAsync();
|
||||
await Expect(_syndicatesPage.SyndicateDialog).ToBeHiddenAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user