diff --git a/firefox-ios/firefox-ios-tests/Tests/XCUITests/PrintTests.swift b/firefox-ios/firefox-ios-tests/Tests/XCUITests/PrintTests.swift index 3c46dca5e50c5..fdd9478ec321b 100644 --- a/firefox-ios/firefox-ios-tests/Tests/XCUITests/PrintTests.swift +++ b/firefox-ios/firefox-ios-tests/Tests/XCUITests/PrintTests.swift @@ -5,7 +5,7 @@ import Foundation class PrintTests: BaseTestCase { - // https://mozilla.testrail.io/index.php?/cases/view/3082504 + // https://mozilla.testrail.io/index.php?/cases/view/3167647 func testValidatePrintOption() { openUrlAndValidatePrintOptions() navigator.toggleOn(userState.isPrivate, withAction: Action.ToggleExperimentPrivateMode) diff --git a/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift b/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift index 0ca9315ed0114..5914606dcb9d4 100644 --- a/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift +++ b/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift @@ -18,7 +18,7 @@ class ReadingListTests: FeatureFlaggedTestBase { browserScreen = BrowserScreen(app: app) } - // https://mozilla.testrail.io/index.php?/cases/view/2287278f + // https://mozilla.testrail.io/index.php?/cases/view/2306994 // Smoketest func testLoadReaderContent() { addLaunchArgument(jsonFileName: "defaultEnabledOff", featureName: "apple-summarizer-feature") @@ -182,28 +182,6 @@ class ReadingListTests: FeatureFlaggedTestBase { checkReadingListNumberOfItems(items: 0) } - // https://mozilla.testrail.io/index.php?/cases/view/2306999 - func testAddToReadingListFromBrowserTabMenu() throws { - throw XCTSkip("Skipping. The option add to reading list is not available on the new menu") - /* - app.launch() - navigator.nowAt(NewTabScreen) - // First time Reading list is empty - navigator.goto(LibraryPanel_ReadingList) - checkReadingListNumberOfItems(items: 0) - app.buttons["Done"].waitAndTap() - // Add item to Reading List from Page Options Menu - updateScreenGraph() - navigator.openURL(path(forTestPage: "test-mozilla-org.html")) - waitUntilPageLoad() - navigator.performAction(Action.AddToReadingListBrowserTabMenu) - // Now there should be an item on the list - navigator.nowAt(BrowserTab) - navigator.goto(LibraryPanel_ReadingList) - checkReadingListNumberOfItems(items: 1) - */ - } - // https://mozilla.testrail.io/index.php?/cases/view/2307000 func testOpenSavedForReadingLongPressInNewTab() { addLaunchArgument(jsonFileName: "defaultEnabledOff", featureName: "apple-summarizer-feature")