workspace test

pull/4791/head
Your Name 6 months ago
parent cb98efeebd
commit 357a889076
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -60,7 +60,7 @@ module.exports = {
.waitForElementVisible('[data-id="workspaceGitPanel"]') .waitForElementVisible('[data-id="workspaceGitPanel"]')
.waitForElementContainsText('[data-id="workspaceGitBranchesDropdown"]', 'main') .waitForElementContainsText('[data-id="workspaceGitBranchesDropdown"]', 'main')
}, },
'check git for the commit #group1 #group2 #group3': function (browser: NightwatchBrowser) { 'check git for the commit #group1': function (browser: NightwatchBrowser) {
browser. browser.
clickLaunchIcon('dgit') clickLaunchIcon('dgit')
.click('*[data-id="commits-panel"]') .click('*[data-id="commits-panel"]')

Loading…
Cancel
Save