File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ module.exports = {
111111 . click ( '*[data-id="treeViewDivDraggableItemsrc/main.nr"]' )
112112 . waitForElementVisible ( '*[data-id="compile-action"]' )
113113 } ,
114- 'Create OpenZeppelin ERC20 template with Contract Wizard #pr ' : function ( browser : NightwatchBrowser ) {
114+ 'Create OpenZeppelin ERC20 template with Contract Wizard' : function ( browser : NightwatchBrowser ) {
115115 browser
116116 . click ( '*[data-id="workspacesSelect"]' )
117117 . pause ( 2000 )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module.exports = {
3838 . click ( '[data-id="settingsTabSavegithub-config"]' )
3939 } ,
4040
41- 'Should create and initialize a GIT repository #group1 #pr ' : function ( browser : NightwatchBrowser ) {
41+ 'Should create and initialize a GIT repository #group1' : function ( browser : NightwatchBrowser ) {
4242 browser
4343 // .waitForElementNotVisible('[data-id="workspaceGitPanel"]')
4444 . click ( '*[data-id="workspacesSelect"]' )
@@ -59,7 +59,7 @@ module.exports = {
5959 . waitForElementVisible ( '[data-id="workspaceGitPanel"]' )
6060 . waitForElementContainsText ( '[data-id="workspaceGitBranchesDropdown"]' , 'main' )
6161 } ,
62- 'check git for the commit #group1 #pr ' : function ( browser : NightwatchBrowser ) {
62+ 'check git for the commit #group1' : function ( browser : NightwatchBrowser ) {
6363 browser .
6464 clickLaunchIcon ( 'dgit' )
6565 . click ( '*[data-id="commits-panel"]' )
You can’t perform that action at this time.
0 commit comments