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 = {
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 )
You can’t perform that action at this time.
0 commit comments