Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
run #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Horvath committed Jan 12, 2022
1 parent be7f82b commit 9e54126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class NotificationRobot {
}

fun expandNotificationMessage() {
while (!notificationHeader.waitForExists(waitingTime)) {
while (!notificationHeader.exists()) {
notificationTray().scrollForward()
}
notificationHeader.click()
Expand Down

0 comments on commit 9e54126

Please sign in to comment.