mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 21:43:21 +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")
|
||||
.setValue("#search", "md5")
|
||||
.useXpath()
|
||||
.waitForElementVisible("//ul[@id='search-results']//u[text()='MD5']", 1000);
|
||||
.waitForElementVisible("//ul[@id='search-results']//b[text()='MD5']", 1000);
|
||||
},
|
||||
|
||||
after: browser => {
|
||||
|
|
Loading…
Reference in a new issue