File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
firefox-ios/firefox-ios-tests/Tests/XCUITests Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,7 @@ class LoginTest: BaseTestCase {
121121 openLoginsSettings ( )
122122 mozWaitForElementToExist ( app. tables [ " Login List " ] )
123123 mozWaitForElementToExist ( app. staticTexts [ domain] )
124- // XCTAssertTrue(app.staticTexts[domainSecondLogin].exists)
125- // Workaround for Bitrise specific issue. "vagrant" user is used in Bitrise.
126- if ( ProcessInfo . processInfo. environment [ " HOME " ] !) . contains ( String ( " vagrant " ) ) {
127- XCTAssertEqual ( app. tables [ " Login List " ] . cells. count, defaultNumRowsLoginsList + 1 )
128- // Workaround for Github Actions specific issue. "runner" user is used in Github Actions.
129- } else if ( ProcessInfo . processInfo. environment [ " HOME " ] !) . contains ( String ( " runner " ) ) {
130- XCTAssertEqual ( app. tables [ " Login List " ] . cells. count, defaultNumRowsLoginsList + 1 )
131- } else {
132- XCTAssertEqual ( app. tables [ " Login List " ] . cells. count, defaultNumRowsLoginsList + 2 )
133- }
124+ XCTAssertEqual ( app. tables [ " Login List " ] . cells. count, defaultNumRowsLoginsList + 2 )
134125 }
135126 }
136127
You can’t perform that action at this time.
0 commit comments