File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
firefox-ios/firefox-ios-tests/Tests/XCUITests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ class SettingsTests: FeatureFlaggedTestBase {
319319 }
320320
321321 // MARK: Translation
322+ // https://mozilla.testrail.io/index.php?/cases/view/3240821
322323 func testTranslationSettingsShouldShow_translationExperimentOn( ) {
323324 addLaunchArgument ( jsonFileName: " defaultEnabledOn " , featureName: " translations-feature " )
324325 app. launch ( )
@@ -348,7 +349,7 @@ class SettingsTests: FeatureFlaggedTestBase {
348349 waitUntilPageLoad ( )
349350 mozWaitForElementToNotExist ( app. buttons [ AccessibilityIdentifiers . Toolbar. translateButton] )
350351 }
351-
352+ // https://mozilla.testrail.io/index.php?/cases/edit/3210769
352353 func testTranslationSettingsWithToggleOnOff_translationExperimentOn( ) {
353354 addLaunchArgument ( jsonFileName: " defaultEnabledOn " , featureName: " translations-feature " )
354355 app. launch ( )
You can’t perform that action at this time.
0 commit comments