e2e set group tag

pull/2729/head
yann300 2 years ago committed by Aniket
parent a343177b35
commit dec90b44f5
  1. 10
      apps/remix-ide-e2e/src/tests/workspace.test.ts

@ -33,7 +33,7 @@ module.exports = {
// WORKSPACE TEMPLATES E2E START // WORKSPACE TEMPLATES E2E START
'Should create Remix default workspace with files': function (browser: NightwatchBrowser) { 'Should create Remix default workspace with files #group1': function (browser: NightwatchBrowser) {
browser browser
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.click('*[data-id="workspaceCreate"]') .click('*[data-id="workspaceCreate"]')
@ -90,7 +90,7 @@ module.exports = {
.assert.elementPresent('*[data-id="treeViewLitreeViewItemREADME.txt"]') .assert.elementPresent('*[data-id="treeViewLitreeViewItemREADME.txt"]')
}, },
'Should create blank workspace with no files': function (browser: NightwatchBrowser) { 'Should create blank workspace with no files #group1': function (browser: NightwatchBrowser) {
browser browser
.click('*[data-id="workspaceCreate"]') .click('*[data-id="workspaceCreate"]')
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') .waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')
@ -111,7 +111,7 @@ module.exports = {
}); });
}, },
'Should create ERC20 workspace with files': function (browser: NightwatchBrowser) { 'Should create ERC20 workspace with files #group1': function (browser: NightwatchBrowser) {
browser browser
.click('*[data-id="workspaceCreate"]') .click('*[data-id="workspaceCreate"]')
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') .waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')
@ -159,7 +159,7 @@ module.exports = {
.assert.elementPresent('*[data-id="treeViewLitreeViewItemtests/SampleERC20_test.sol"]') .assert.elementPresent('*[data-id="treeViewLitreeViewItemtests/SampleERC20_test.sol"]')
}, },
'Should create ERC721 workspace with files': function (browser: NightwatchBrowser) { 'Should create ERC721 workspace with files #group1': function (browser: NightwatchBrowser) {
browser browser
.click('*[data-id="workspaceCreate"]') .click('*[data-id="workspaceCreate"]')
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') .waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')
@ -209,7 +209,7 @@ module.exports = {
// WORKSPACE TEMPLATES E2E END // WORKSPACE TEMPLATES E2E END
'Should create two workspace and switch to the first one': function (browser: NightwatchBrowser) { 'Should create two workspace and switch to the first one #group1': function (browser: NightwatchBrowser) {
browser browser
.click('*[data-id="workspaceCreate"]') // create workspace_name .click('*[data-id="workspaceCreate"]') // create workspace_name
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') .waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')

Loading…
Cancel
Save