mirror of https://github.com/daffainfo/nuclei.git
chore: remove block
parent
d06cd671e2
commit
bd14b0f2ac
|
@ -297,7 +297,7 @@ func TestActionWaitVisible(t *testing.T) {
|
|||
</head>
|
||||
<button style="display:none" id="test">Wait for me!</button>
|
||||
<script>
|
||||
setTimeout(() => document.querySelector('#test').style.display = 'block', 1000);
|
||||
setTimeout(() => document.querySelector('#test').style.display = '', 1000);
|
||||
</script>
|
||||
</html>`)
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue