Migrate Playwright suite to .NET UI tests and deprecate TS project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using JdeScoping.Ui.Tests.Support;
|
||||
|
||||
namespace JdeScoping.Ui.Tests;
|
||||
|
||||
public sealed class ComponentLotSearchTests(PlaywrightFixture fixture) : SearchFlowTestBase(fixture)
|
||||
{
|
||||
[Fact]
|
||||
[Trait("Category", "RequiresDockerHost")]
|
||||
public Task ComponentLot_SubmitsWithUploadedWorkbook() =>
|
||||
RunSearchSubmissionAsync(
|
||||
UiSearchTypes.ComponentLot,
|
||||
"MIGRATED-TC-020",
|
||||
uploads:
|
||||
[
|
||||
("Filter By Component Lot", "single_lot.xlsx")
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user