Fix!
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@using Shogi.Contracts.Api;
|
@using Shogi.Contracts.Api.Commands
|
||||||
@using Shogi.Contracts.Types;
|
@using Shogi.Contracts.Types;
|
||||||
@using System.Text.RegularExpressions;
|
@using System.Text.RegularExpressions;
|
||||||
@using System.Net;
|
@using System.Net;
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
namespace Shogi.UI.Pages.Play.GameBoard
|
|
||||||
{
|
|
||||||
public class TestCbParams
|
|
||||||
{
|
|
||||||
public string Name { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
@code {
|
@code {
|
||||||
private SessionMetadata[] allSessions = Array.Empty<SessionMetadata>();
|
private SessionMetadata[] allSessions = Array.Empty<SessionMetadata>();
|
||||||
private SessionMetadata? activeSession;
|
|
||||||
|
|
||||||
protected override Task OnInitializedAsync()
|
protected override Task OnInitializedAsync()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
using FluentAssertions.Execution;
|
using FluentAssertions.Execution;
|
||||||
using Shogi.AcceptanceTests.TestSetup;
|
using Shogi.AcceptanceTests.TestSetup;
|
||||||
using Shogi.Contracts.Api;
|
using Shogi.Contracts.Api.Commands;
|
||||||
using Shogi.Contracts.Types;
|
using Shogi.Contracts.Types;
|
||||||
using System.Diagnostics.Tracing;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Http.Json;
|
using System.Net.Http.Json;
|
||||||
using Xunit.Abstractions;
|
using Xunit.Abstractions;
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
using System.Text.RegularExpressions;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.Playwright;
|
using Microsoft.Playwright;
|
||||||
using Microsoft.Playwright.NUnit;
|
using Microsoft.Playwright.NUnit;
|
||||||
using NUnit.Framework;
|
using System.Text.RegularExpressions;
|
||||||
|
|
||||||
namespace E2ETests;
|
namespace E2ETests;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user