mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
test: tap the PRs segment label in navigateToPRTab
This commit is contained in:
parent
783b0fbc36
commit
8613234e51
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ extension UITestNavigating {
|
|||
navigateToRepoDetail()
|
||||
let picker = app.segmentedControls["repo-detail-tab-picker"]
|
||||
XCTAssertTrue(picker.waitForExistence(timeout: 10))
|
||||
picker.buttons["Pull Requests"].tap()
|
||||
picker.buttons["PRs"].tap()
|
||||
}
|
||||
|
||||
/// Resets the overview filter to Open + All involvement (the app defaults).
|
||||
|
|
|
|||
Loading…
Reference in a new issue