Skip to content

Commit 0052bfe

Browse files
author
bunsenstraat
committed
there is no h6 there
1 parent cdebbe7 commit 0052bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/url.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked')
2929
.click('[for="autoCompile"]') // we set it too false again
3030
.click('[for="autoCompile"]') // back to True in the local storage
31-
.assert.containsText('h6[data-id="compilerContainerCompileBtn"]', 'contract-76747f6e19.sol')
31+
.assert.containsText('*[data-id="compilerContainerCompileBtn"]', 'contract-76747f6e19.sol')
3232
.currentWorkspaceIs('code-sample')
3333
.getEditorValue((content) => {
3434
browser.assert.ok(content.indexOf(

0 commit comments

Comments
 (0)