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

18 lines
511 B
C#

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")
]);
}