chore: remove block

dev
Pedro Lopez Mareque 2021-10-09 13:00:22 +02:00
parent d06cd671e2
commit bd14b0f2ac
1 changed files with 1 additions and 1 deletions

View File

@ -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>`)
}))