From 9d720a5afee67e8fedfe4b111618a2ef2933bb59 Mon Sep 17 00:00:00 2001 From: Marcin Stepnowski Date: Tue, 7 May 2024 21:55:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(EnterBarcodePageUITests.swif?= =?UTF-8?q?t):=20skip=20tests=20related=20to=20issue=20353?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift b/BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift index d3ebd4c5c..c64cc1dda 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()