Migrate Playwright suite to .NET UI tests and deprecate TS project
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using JdeScoping.Ui.Tests.Support;
|
||||
|
||||
namespace JdeScoping.Ui.Tests;
|
||||
|
||||
public sealed class TimeSpanWcWoPartOpSearchTests(PlaywrightFixture fixture) : SearchFlowTestBase(fixture)
|
||||
{
|
||||
[Fact]
|
||||
[Trait("Category", "RequiresDockerHost")]
|
||||
public Task TimeSpanWcWoPartOp_Submits() =>
|
||||
RunSearchSubmissionAsync(
|
||||
UiSearchTypes.TimeSpanWcWoPartOp,
|
||||
"MIGRATED-TC-130",
|
||||
"01/01/2019",
|
||||
"12/31/2019",
|
||||
[
|
||||
("Filter by Work Center", "0083AS")
|
||||
],
|
||||
[
|
||||
("Filter by Work Order", "single_workorder.xlsx"),
|
||||
("Filter By Item/Operation/MIS", "single_operation.xlsx")
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user