Skip to content

Commit

Permalink
🔧 fix(EnterBarcodePageUITests.swift): skip tests related to issue 353
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed May 7, 2024
1 parent 2a23b6e commit 9d720a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BuyPolish/PolaUITests/Tests/EnterBarcodePageUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ final class EnterBarcodePageUITests: PolaUITestCase {
}

func testPaste() {
skipTest(issueNumber: 353)
page.setPasteboard("123456789")
.longTapOnBarcodeLabel()
.tapPasteAction()
Expand All @@ -91,6 +92,7 @@ final class EnterBarcodePageUITests: PolaUITestCase {
}

func testPasteAndActivate() {
skipTest(issueNumber: 353)
page.setPasteboard("123456789")
.longTapOnBarcodeLabel()
.tapPasteAndActivateAction()
Expand All @@ -111,6 +113,7 @@ final class EnterBarcodePageUITests: PolaUITestCase {
}

func testCut() {
skipTest(issueNumber: 353)
let input = "12345"
page.inputBarcode(input)
.longTapOnBarcodeLabel()
Expand All @@ -123,6 +126,7 @@ final class EnterBarcodePageUITests: PolaUITestCase {
}

func testCopy() {
skipTest(issueNumber: 353)
let input = "12345"
page.inputBarcode(input)
.longTapOnBarcodeLabel()
Expand Down

0 comments on commit 9d720a5

Please sign in to comment.