|
|
|
@ -37,8 +37,8 @@ module.exports = { |
|
|
|
|
.setValue('input[data-id="homeTabModalDialogCustomPromptText"]', testData.invalidURL) |
|
|
|
|
.waitForElementVisible('*[data-id="homeTab-modal-footer-ok-react"]') |
|
|
|
|
.click('[data-id="homeTab-modal-footer-ok-react"]') // submitted
|
|
|
|
|
.waitForElementVisible('*[data-shared="tooltipPopup"]') |
|
|
|
|
.assert.containsText('*[data-shared="tooltipPopup"] span', 'not found ' + testData.invalidURL) |
|
|
|
|
//.waitForElementVisible('*[data-shared="tooltipPopup"]')
|
|
|
|
|
//.waitForElementContainsText('*[data-shared="tooltipPopup"] span', 'not found ' + testData.invalidURL)
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'Import From GitHub For Valid URL #group2': function (browser: NightwatchBrowser) { |
|
|
|
|