File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
firefox-ios/firefox-ios-tests/Tests/XCUITests Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,13 @@ class LoginTest: BaseTestCase {
121121 openLoginsSettings ( )
122122 mozWaitForElementToExist ( app. tables [ " Login List " ] )
123123 mozWaitForElementToExist ( app. staticTexts [ domain] )
124+ print ( " [issam] Debug: Total cells count: \( app. tables [ " Login List " ] . cells. count) " )
125+
126+ for (index, cell) in app. tables [ " Login List " ] . cells. allElementsBoundByIndex. enumerated ( ) {
127+ let cellText = cell. staticTexts. allElementsBoundByIndex. map { $0. label } . joined ( separator: " , " )
128+ print ( " [issam] Debug: Cell \( index) contains: \( cellText) " )
129+ }
130+
124131 // XCTAssertTrue(app.staticTexts[domainSecondLogin].exists)
125132 // Workaround for Bitrise specific issue. "vagrant" user is used in Bitrise.
126133 if ( ProcessInfo . processInfo. environment [ " HOME " ] !) . contains ( String ( " vagrant " ) ) {
You can’t perform that action at this time.
0 commit comments