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

22 lines
625 B
C#

using JdeScoping.Ui.Tests.Support;
namespace JdeScoping.Ui.Tests;
public sealed class TimeSpanPcPartOpSearchTests(PlaywrightFixture fixture) : SearchFlowTestBase(fixture)
{
[Fact]
[Trait("Category", "RequiresDockerHost")]
public Task TimeSpanPcPartOp_Submits() =>
RunSearchSubmissionAsync(
UiSearchTypes.TimeSpanPcPartOp,
"MIGRATED-TC-070",
"01/01/2019",
"12/31/2019",
[
("Filter by Profit Center", "1AM")
],
[
("Filter By Item/Operation/MIS", "single_operation.xlsx")
]);
}