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