Skip to content

Commit 3ecad3d

Browse files
committed
update e2e
1 parent 7a0bf42 commit 3ecad3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/remix-ide-e2e/src/tests/template_exp_modal.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ module.exports = {
184184
})
185185
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts"]')
186186
.click('*[data-id="compile-action"]')
187-
.pause(1000)
188-
.getBrowserLogs()
187+
// Shows 3 warnings to inform about the deprecation of the use of 'assembly ("memory-safe")' in OZ files
188+
// See: https://docs.soliditylang.org/en/latest/assembly.html#memory-safety
189+
.waitForElementVisible('#verticalIconsKindsolidity > i.remixui_status.badge.rounded-pill.bg-warning')
189190
.clickLaunchIcon('solidity')
190-
.waitForElementVisible('#verticalIconsKindsolidity > i.remixui_status.fas.fa-check-circle.text-success.remixui_statusCheck')
191191
.isVisible('*[data-id="compilation-details"]')
192192
},
193193
'Use default workspace and add github actions template #group1': function (browser: NightwatchBrowser) {

0 commit comments

Comments
 (0)