Vibe passkey
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using Microsoft.Playwright.NUnit;
|
||||
using Tests.PageObjects;
|
||||
using Tests.PageObjects;
|
||||
|
||||
namespace Tests;
|
||||
|
||||
[Parallelizable(ParallelScope.Self)]
|
||||
[TestFixture]
|
||||
public class FeatureTests : PageTest
|
||||
public class FeatureTests : AuthenticatedPageTest
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
|
||||
Reference in New Issue
Block a user