We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdebbe7 commit 0052bfeCopy full SHA for 0052bfe
apps/remix-ide-e2e/src/tests/url.spec.ts
@@ -28,7 +28,7 @@ module.exports = {
28
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked')
29
.click('[for="autoCompile"]') // we set it too false again
30
.click('[for="autoCompile"]') // back to True in the local storage
31
- .assert.containsText('h6[data-id="compilerContainerCompileBtn"]', 'contract-76747f6e19.sol')
+ .assert.containsText('*[data-id="compilerContainerCompileBtn"]', 'contract-76747f6e19.sol')
32
.currentWorkspaceIs('code-sample')
33
.getEditorValue((content) => {
34
browser.assert.ok(content.indexOf(
0 commit comments