Skip to content

Commit a20f94e

Browse files
author
ci-bot
committed
removed #pr
1 parent 31917f3 commit a20f94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
beforeEach: function (browser: NightwatchBrowser) {
1515
browser.clickLaunchIcon('filePanel')
1616
},
17-
'Should load LearnEth plugin and display tutorials #group1 #pr': function (browser: NightwatchBrowser) {
17+
'Should load LearnEth plugin and display tutorials #group1': function (browser: NightwatchBrowser) {
1818
browser
1919
.clickLaunchIcon('pluginManager')
2020
.scrollAndClick('[data-id="pluginManagerComponentActivateButtonLearnEth"]')
@@ -27,7 +27,7 @@ module.exports = {
2727
.frameParent()
2828
.frameParent()
2929
},
30-
'Should filter tutorials by using search #group1 #pr': function (browser: NightwatchBrowser) {
30+
'Should filter tutorials by using search #group1': function (browser: NightwatchBrowser) {
3131
browser
3232
.clickLaunchIcon('LearnEth')
3333
.waitForElementVisible('iframe[id="plugin-LearnEth"]', 10000)

0 commit comments

Comments
 (0)