Skip to content

Commit

Permalink
Fix SwiftLint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Nov 5, 2024
1 parent ca78f5d commit 7eca015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UITests/Common/XCUIApplicationExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ extension XCUIApplication {
bookmarksPanelShortcutButton.tap()
}


func verifyBookmarkOrder(expectedOrder: [String], mode: BookmarkMode) {
let rowCount = (mode == .panel ? popovers.firstMatch.outlines.firstMatch : tables.firstMatch).cells.count
XCTAssertEqual(rowCount, expectedOrder.count, "Row count does not match expected count.")
Expand Down

0 comments on commit 7eca015

Please sign in to comment.