Skip to content

Commit

Permalink
add pause
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 5, 2024
1 parent b634eeb commit 225259b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/remixdesktop/test/tests/app/git-ui_3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const tests = {
selector: "//*[@data-status='new-untracked' and @data-file='/test_rename.txt']",
locateStrategy: 'xpath'
})
.pause(2000)
.click('*[data-id="sourcecontrol-add-all"]')
.waitForElementVisible({
selector: "//*[@data-status='added-staged' and @data-file='/test_rename.txt']",
Expand Down

0 comments on commit 225259b

Please sign in to comment.