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
45c244d6
Unverified
Commit
45c244d6
authored
Apr 07, 2020
by
yann300
Committed by
GitHub
Apr 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2705 from ethereum/publish-to-gist
Added folder and file to publish to gist test
parents
9df8c52d
b0891df9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
gist.js
test-browser/tests/gist.js
+7
-0
No files found.
test-browser/tests/gist.js
View file @
45c244d6
...
...
@@ -24,6 +24,13 @@ module.exports = {
browser
.
waitForElementVisible
(
'*[data-id="remixIdeIconPanel"]'
,
10000
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
rightClick
(
'[data-path="browser/1_Storage.sol"]'
)
.
click
(
'*[id="menuitemcreate folder"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
setValue
(
'*[data-id="modalDialogCustomPromptText"]'
,
'Browser_Tests'
)
.
modalFooterOKClick
()
.
waitForElementVisible
(
'*[data-id="treeViewLibrowser/Browser_Tests"]'
)
.
addFile
(
'File.sol'
,
{
content
:
''
})
.
click
(
'*[data-id="fileExplorerNewFilepublishToGist"]'
)
.
modalFooterOKClick
()
.
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