mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
Fixed search test
This commit is contained in:
parent
618da545b1
commit
50f796049c
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ module.exports = {
|
||||||
.clearValue("#search")
|
.clearValue("#search")
|
||||||
.setValue("#search", "md5")
|
.setValue("#search", "md5")
|
||||||
.useXpath()
|
.useXpath()
|
||||||
.waitForElementVisible("//ul[@id='search-results']//u[text()='MD5']", 1000);
|
.waitForElementVisible("//ul[@id='search-results']//b[text()='MD5']", 1000);
|
||||||
},
|
},
|
||||||
|
|
||||||
after: browser => {
|
after: browser => {
|
||||||
|
|
Loading…
Reference in a new issue