File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = {
14
14
beforeEach : function ( browser : NightwatchBrowser ) {
15
15
browser . clickLaunchIcon ( 'filePanel' )
16
16
} ,
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 ) {
18
18
browser
19
19
. clickLaunchIcon ( 'pluginManager' )
20
20
. scrollAndClick ( '[data-id="pluginManagerComponentActivateButtonLearnEth"]' )
@@ -27,7 +27,7 @@ module.exports = {
27
27
. frameParent ( )
28
28
. frameParent ( )
29
29
} ,
30
- 'Should filter tutorials by using search #group1 #pr ' : function ( browser : NightwatchBrowser ) {
30
+ 'Should filter tutorials by using search #group1' : function ( browser : NightwatchBrowser ) {
31
31
browser
32
32
. clickLaunchIcon ( 'LearnEth' )
33
33
. waitForElementVisible ( 'iframe[id="plugin-LearnEth"]' , 10000 )
You can’t perform that action at this time.
0 commit comments