Skip to content

Commit

Permalink
helper: develop: Add message about elements being accessed
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Apr 14, 2024
1 parent 9536ffe commit 9ecb79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helper/develop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async fn task(mut counter: i32) -> Result<()> {

loop {
for button in ["add-consumer", "add-session", "remove-all-consumers"] {
info!("Looking for element: {button}");
driver
.query(By::Id(button))
.wait(Duration::from_secs(60), Duration::from_millis(100))
Expand Down

0 comments on commit 9ecb79d

Please sign in to comment.