Files
jdescopingtool/NEW/tests/JdeScoping.Ui.Tests/TimeSpanPcExtractMisSearchTests.cs
T

19 lines
534 B
C#

using JdeScoping.Ui.Tests.Support;
namespace JdeScoping.Ui.Tests;
public sealed class TimeSpanPcExtractMisSearchTests(PlaywrightFixture fixture) : SearchFlowTestBase(fixture)
{
[Fact]
[Trait("Category", "RequiresDockerHost")]
public Task TimeSpanPcExtractMis_Submits() =>
RunSearchSubmissionAsync(
UiSearchTypes.TimeSpanPcExtractMis,
"MIGRATED-TC-090",
"01/01/2019",
"12/31/2019",
[
("Filter by Profit Center", "1AM")
]);
}