Skip to content

Commit

Permalink
Update DarockBili_Watch_App_UI_Tests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 13, 2023
1 parent 8266edb commit 4636f16
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ final class DarockBili_Watch_App_UI_Tests: XCTestCase {
app.buttons["SearchDebugButton"].tap()
sleep(5)
takeScreenshot(of: app, named: "DebugSearch")
app.navigationBars.buttons.element(boundBy: 0).tap()
app.buttons["Dismiss"].firstMatch.tap()
sleep(1)
}
app.navigationBars.buttons.element(boundBy: 0).tap()
app.buttons["Dismiss"].firstMatch.tap()
sleep(1)
// Backed to suggestions view
app.otherElements["MainTabView"].swipeLeft()
sleep(1)
takeScreenshot(of: app, named: "PersonalCenter")
Expand Down

0 comments on commit 4636f16

Please sign in to comment.