mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-04 06:52:16 -04:00
Refactor (#1353)
This commit is contained in:
@@ -12,7 +12,7 @@ using AliasServerDb;
|
||||
/// <summary>
|
||||
/// Base class for Playwright E2E tests that run against Admin webapp.
|
||||
/// </summary>
|
||||
public class AdminPlaywrightTest : PlaywrightTest
|
||||
public abstract class AdminPlaywrightTest : PlaywrightTest
|
||||
{
|
||||
private const int BasePort = 5700;
|
||||
private static int _currentPort = BasePort;
|
||||
|
||||
@@ -15,7 +15,7 @@ using Microsoft.Playwright;
|
||||
/// <summary>
|
||||
/// Base class for tests that use Playwright for E2E browser testing.
|
||||
/// </summary>
|
||||
public class ClientPlaywrightTest : PlaywrightTest
|
||||
public abstract class ClientPlaywrightTest : PlaywrightTest
|
||||
{
|
||||
private const int BasePort = 5600;
|
||||
private static int _currentPort = BasePort;
|
||||
|
||||
Reference in New Issue
Block a user