File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,17 @@ module.exports = {
3535 . click ( '*[data-id="restoreClosedPlugin"]' )
3636 . waitForElementVisible ( '*[data-pinnedplugin="movePluginToLeft-solidity"]' )
3737 } ,
38+ 'Close Solidity Compiler Plugin, reload IDE, it should be closed and restore it #group1' : function ( browser : NightwatchBrowser ) {
39+ browser
40+ . waitForElementVisible ( '*[data-id="closePinnedPlugin"]' )
41+ . click ( '*[data-id="closePinnedPlugin"]' )
42+ . waitForElementNotVisible ( '*[data-pinnedplugin="movePluginToLeft-solidity"]' )
43+ . waitForElementVisible ( '*[data-id="restoreClosedPlugin"' )
44+ . refresh ( )
45+ . waitForElementVisible ( '*[data-id="restoreClosedPlugin"' )
46+ . click ( '*[data-id="restoreClosedPlugin"]' )
47+ . waitForElementVisible ( '*[data-pinnedplugin="movePluginToLeft-solidity"]' )
48+ } ,
3849 'Swap pinned Solidity Compiler Plugin with RemixAI Assistant when pinned plugin is closed #group1' : function ( browser : NightwatchBrowser ) {
3950 browser
4051 . refreshPage ( )
You can’t perform that action at this time.
0 commit comments