Skip to content

Commit b30b964

Browse files
authored
No Bug - Add Testrail links to UI Translations tests (#31058)
1 parent 7bffc8a commit b30b964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firefox-ios/firefox-ios-tests/Tests/XCUITests/SettingsTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)