19 lines
535 B
C#
19 lines
535 B
C#
using JdeScoping.Ui.Tests.Support;
|
|
|
|
namespace JdeScoping.Ui.Tests;
|
|
|
|
public sealed class TimeSpanWcExtractMisSearchTests(PlaywrightFixture fixture) : SearchFlowTestBase(fixture)
|
|
{
|
|
[Fact]
|
|
[Trait("Category", "RequiresDockerHost")]
|
|
public Task TimeSpanWcExtractMis_Submits() =>
|
|
RunSearchSubmissionAsync(
|
|
UiSearchTypes.TimeSpanWcExtractMis,
|
|
"MIGRATED-TC-110",
|
|
"01/01/2019",
|
|
"12/31/2019",
|
|
[
|
|
("Filter by Work Center", "0083AS")
|
|
]);
|
|
}
|