pull/5370/head
Your Name 7 months ago
parent 52299dafb5
commit df712fbf40
  1. 7
      apps/remixdesktop/test/tests/app/git-ui_3.test.ts

@ -67,7 +67,12 @@ const tests = {
.clickLaunchIcon('dgit')
.pause(1000)
.waitForElementVisible({
selector:module.exportsa-id="addToGitChangestest.txt"]')
selector: "//*[@data-status='new-untracked' and @data-file='/test.txt']",
locateStrategy: 'xpath'
})
.waitForElementVisible('*[data-id="addToGitChangestest.txt"]')
.pause(1000)
.click('*[data-id="addToGitChangestest.txt"]')
.waitForElementVisible({
selector: "//*[@data-status='added-staged' and @data-file='/test.txt']",
locateStrategy: 'xpath'

Loading…
Cancel
Save