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
83c517ea
Commit
83c517ea
authored
Feb 20, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/ethereum/remix-ide
into terminal-e2e-tests
parents
c804aa5d
8beaf905
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
package.json
package.json
+1
-0
publishContract.js
test-browser/tests/publishContract.js
+1
-1
No files found.
package.json
View file @
83c517ea
...
...
@@ -177,6 +177,7 @@
"nightwatch_local_importFromGist"
:
"nightwatch ./test-browser/tests/importFromGist.js --config nightwatch.js --env chrome "
,
"nightwatch_local_workspace"
:
"nightwatch ./test-browser/tests/workspace.js --config nightwatch.js --env chrome "
,
"nightwatch_local_defaultLayout"
:
"nightwatch ./test-browser/tests/defaultLayout.js --config nightwatch.js --env chrome "
,
"nightwatch_local_publishContract"
:
"nightwatch ./test-browser/tests/publishContract.js --config nightwatch.js --env chrome "
,
"onchange"
:
"onchange build/app.js -- npm-run-all lint"
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc_root build"
,
"remixd"
:
"remixd -s ./contracts --remix-ide http://127.0.0.1:8080"
,
...
...
test-browser/tests/publishContract.js
View file @
83c517ea
...
...
@@ -23,7 +23,7 @@ module.exports = {
})
.
modalFooterOKClick
()
},
'Publish on Swarm'
:
function
(
browser
)
{
'Publish on Swarm'
:
''
+
function
(
browser
)
{
browser
.
click
(
'#publishOnSwarm'
)
.
getModalBody
((
value
,
done
)
=>
{
...
...
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