Vibe passkey

This commit is contained in:
6d486f49
2026-07-03 14:31:40 -04:00
parent e98e7bf29d
commit 678e20d402
26 changed files with 1006 additions and 15 deletions
+2 -3
View File
@@ -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()