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 Jan 7, 2024
1 parent d90f910 commit 49434b1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ final class DarockBili_Watch_App_UI_Tests: XCTestCase {
let app = XCUIApplication()
app.launch()
sleep(2)
// In Terms Page
takeScreenshot(of: app, named: "Launch")
app.buttons["关闭"].firstMatch.tap()
sleep(1)
// In main tabview first page (suggestions)
takeScreenshot(of: app, named: "Suggestions")
app.buttons["SuggestVideo"].firstMatch.tap()
sleep(1)
takeScreenshot(of: app, named: "RMVideo")
Expand Down

0 comments on commit 49434b1

Please sign in to comment.