Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
89e4b2b3
Commit
89e4b2b3
authored
Oct 05, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add e2e tests - deactivate plugins
parent
e0d932d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
workspace.test.ts
apps/remix-ide-e2e/src/tests/workspace.test.ts
+7
-2
No files found.
apps/remix-ide-e2e/src/tests/workspace.test.ts
View file @
89e4b2b3
...
...
@@ -5,7 +5,7 @@ import sauce from './sauce'
module
.
exports
=
{
before
:
function
(
browser
:
NightwatchBrowser
,
done
:
VoidFunction
)
{
init
(
browser
,
done
,
'http://127.0.0.1:8080?plugins=solidity,udapp&plugincall=fileManager//open//3_Ballot.sol'
,
false
)
init
(
browser
,
done
,
'http://127.0.0.1:8080?plugins=solidity,udapp&plugincall=fileManager//open//3_Ballot.sol
&deactivateplugins=home
'
,
false
)
},
'CheckSolidityActivatedAndUDapp'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
@@ -20,7 +20,12 @@ module.exports = {
.
pause
(
5000
)
.
getEditorValue
((
content
)
=>
{
browser
.
assert
.
ok
(
content
.
indexOf
(
'contract Ballot {'
)
!=
-
1
,
'content doesn
\'
t include Ballot contract'
)
})
})
},
'Home page should be deactivated'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
waitForElementNotPresent
(
'[data-id="landingPageHomeContainer"]'
)
.
end
()
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment