Commit cd9e2a99 authored by aniket-engg's avatar aniket-engg Committed by Aniket

fileExplorer and Gist tests improvement

parent 8044a19e
......@@ -46,8 +46,8 @@ module.exports = {
'Should create a new folder': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="treeViewLibrowser/readme"]')
.rightClick('[data-path="browser/readme"]')
.waitForElementVisible('*[data-id="treeViewLibrowser/README"]')
.rightClick('[data-path="browser/README"]')
.click('*[id="menuitemcreate folder"]')
.waitForElementVisible('*[data-id="modalDialogContainer"]')
.setValue('*[data-id="modalDialogCustomPromptText"]', 'Browser_Tests')
......
......@@ -26,7 +26,7 @@ module.exports = {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('fileExplorers')
.rightClick('[data-path="browser/readme"]')
.rightClick('[data-path="browser/README"]')
.click('*[id="menuitemcreate folder"]')
.waitForElementVisible('*[data-id="modalDialogContainer"]')
.setValue('*[data-id="modalDialogCustomPromptText"]', 'Browser_Tests')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment