Commit 3c7cc06e authored by ioedeveloper's avatar ioedeveloper

Fix failing test

parent 3204ba81
...@@ -103,7 +103,7 @@ module.exports = { ...@@ -103,7 +103,7 @@ module.exports = {
.getText('[data-id="browserModalDialogModalBody-react"]', (result) => { .getText('[data-id="browserModalDialogModalBody-react"]', (result) => {
browser.assert.ok(result.value === 'Remix requires an access token (which includes gists creation permission). Please go to the settings tab to create one.', 'Assert failed. Gist token error message not displayed.') browser.assert.ok(result.value === 'Remix requires an access token (which includes gists creation permission). Please go to the settings tab to create one.', 'Assert failed. Gist token error message not displayed.')
}) })
.click('[data-id="browser-modal-footer-cancel-react"]') .click('[data-id="browser-modal-footer-ok-react"]')
}, },
'Import From Gist For Valid Gist ID': function (browser: NightwatchBrowser) { 'Import From Gist For Valid Gist ID': function (browser: NightwatchBrowser) {
......
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