|
|
@ -205,7 +205,7 @@ module.exports = { |
|
|
|
.getEditorValue((content) => { |
|
|
|
.getEditorValue((content) => { |
|
|
|
browser.assert.ok(content.includes('changed'), 'should have text ok') |
|
|
|
browser.assert.ok(content.includes('changed'), 'should have text ok') |
|
|
|
} |
|
|
|
} |
|
|
|
).pause(1000) |
|
|
|
).pause(4000) |
|
|
|
.waitForElementVisible('*[data-id="undo-replace-test.sol"]') |
|
|
|
.waitForElementVisible('*[data-id="undo-replace-test.sol"]') |
|
|
|
.getAttribute('[data-id="undo-replace-test.sol"]', 'disabled', (result) => { |
|
|
|
.getAttribute('[data-id="undo-replace-test.sol"]', 'disabled', (result) => { |
|
|
|
browser.assert.equal(result.value, 'true', 'should be disabled') |
|
|
|
browser.assert.equal(result.value, 'true', 'should be disabled') |
|
|
|