pull/3563/head
Aniket-Engg 2 years ago committed by Aniket
parent 43e41e51df
commit 45a0eaa5bf
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -15,7 +15,7 @@ module.exports = {
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')
.waitForElementVisible('[data-id="fileSystemModalDialogModalFooter-react"] > button')
.waitForElementVisible({
selector: "//*[@class='text-warning' and contains(.,'Please add username and email')]",
selector: "//*[@class='text-warning' and contains(.,'add username and email')]",
locateStrategy: 'xpath'
})
.waitForElementPresent({

Loading…
Cancel
Save