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 75abb7b commit 3dd461bCopy full SHA for 3dd461b
apps/remix-ide-e2e/src/tests/template_exp_modal.test.ts
@@ -145,7 +145,7 @@ module.exports = {
145
.waitForElementVisible('#verticalIconsKindsolidity > i.remixui_status.fas.fa-check-circle.text-success.remixui_statusCheck')
146
.pause(2000)
147
},
148
- 'Create OpenZeppelin ERC721 template with Contract Wizard #pr': function (browser: NightwatchBrowser) {
+ 'Create OpenZeppelin ERC721 template with Contract Wizard': function (browser: NightwatchBrowser) {
149
browser
150
.clickLaunchIcon('filePanel')
151
.click('*[data-id="workspacesSelect"]')
0 commit comments