diff --git a/BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift b/BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift index d3ebd4c5..c64cc1dd 100644 --- a/BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift +++ b/BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift @@ -81,6 +81,7 @@ final class EnterBarcodePageUITests: PolaUITestCase { } func testPaste() { + skipTest(issueNumber: 353) page.setPasteboard("123456789") .longTapOnBarcodeLabel() .tapPasteAction() @@ -91,6 +92,7 @@ final class EnterBarcodePageUITests: PolaUITestCase { } func testPasteAndActivate() { + skipTest(issueNumber: 353) page.setPasteboard("123456789") .longTapOnBarcodeLabel() .tapPasteAndActivateAction() @@ -111,6 +113,7 @@ final class EnterBarcodePageUITests: PolaUITestCase { } func testCut() { + skipTest(issueNumber: 353) let input = "12345" page.inputBarcode(input) .longTapOnBarcodeLabel() @@ -123,6 +126,7 @@ final class EnterBarcodePageUITests: PolaUITestCase { } func testCopy() { + skipTest(issueNumber: 353) let input = "12345" page.inputBarcode(input) .longTapOnBarcodeLabel()