From a0180b16da25223ee39b28e93b5e84ae3d483c37 Mon Sep 17 00:00:00 2001 From: Clare So <1740517+clarmso@users.noreply.github.com> Date: Wed, 20 May 2026 00:15:34 -0400 Subject: [PATCH 1/3] Remove test that's no longer in TestRail --- .../Tests/XCUITests/ReadingListTests.swift | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift b/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift index 0ca9315ed0114..0c8bb70969f27 100644 --- a/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift +++ b/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift @@ -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") From c7015e608f366b5e1f2545097271e78d2141a7e7 Mon Sep 17 00:00:00 2001 From: Clare So <1740517+clarmso@users.noreply.github.com> Date: Wed, 20 May 2026 14:13:44 -0400 Subject: [PATCH 2/3] Fix typo in URL --- .../firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift b/firefox-ios/firefox-ios-tests/Tests/XCUITests/ReadingListTests.swift index 0c8bb70969f27..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") From 0f8f3216b3df3a2bdcaa1c02e407fded6081a84e Mon Sep 17 00:00:00 2001 From: Clare So <1740517+clarmso@users.noreply.github.com> Date: Wed, 20 May 2026 14:25:45 -0400 Subject: [PATCH 3/3] Update with link in Full Functional Test Plan --- firefox-ios/firefox-ios-tests/Tests/XCUITests/PrintTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)