|
|
|
@ -170,6 +170,9 @@ module.exports = { |
|
|
|
|
.click('*[plugin="search"]') |
|
|
|
|
.waitForElementVisible('*[id="search_input"]') |
|
|
|
|
.waitForElementVisible('*[data-id="toggle_replace"]') |
|
|
|
|
// .moveTo('*[id="search_input"]', 0,0)
|
|
|
|
|
// .click('*[id="search_input"]')
|
|
|
|
|
.assert.visible('*[data-id="toggle_replace"]') |
|
|
|
|
.click('*[data-id="toggle_replace"]') |
|
|
|
|
.clearValue('*[id="search_input"]') |
|
|
|
|
.setValue('*[id="search_input"]', '123') |
|
|
|
|