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
5d8fcd99
Commit
5d8fcd99
authored
Dec 10, 2020
by
aniket-engg
Committed by
Aniket
Dec 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.txt added in README
parent
ebf347d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
defaultLayout.test.ts
apps/remix-ide-e2e/src/tests/defaultLayout.test.ts
+1
-1
fileExplorer.test.ts
apps/remix-ide-e2e/src/tests/fileExplorer.test.ts
+2
-2
gist.test.ts
apps/remix-ide-e2e/src/tests/gist.test.ts
+2
-2
examples.js
apps/remix-ide/src/app/editor/examples.js
+1
-1
No files found.
apps/remix-ide-e2e/src/tests/defaultLayout.test.ts
View file @
5d8fcd99
...
@@ -23,7 +23,7 @@ module.exports = {
...
@@ -23,7 +23,7 @@ module.exports = {
.
waitForElementVisible
(
'li[key="browser/contracts"]'
)
.
waitForElementVisible
(
'li[key="browser/contracts"]'
)
.
waitForElementVisible
(
'li[key="browser/scripts"]'
)
.
waitForElementVisible
(
'li[key="browser/scripts"]'
)
.
waitForElementVisible
(
'li[key="browser/tests"]'
)
.
waitForElementVisible
(
'li[key="browser/tests"]'
)
.
waitForElementVisible
(
'li[key="browser/README"]'
)
.
waitForElementVisible
(
'li[key="browser/README
.txt
"]'
)
},
},
'Loads Main View'
:
function
(
browser
:
NightwatchBrowser
)
{
'Loads Main View'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
apps/remix-ide-e2e/src/tests/fileExplorer.test.ts
View file @
5d8fcd99
...
@@ -46,8 +46,8 @@ module.exports = {
...
@@ -46,8 +46,8 @@ module.exports = {
'Should create a new folder'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should create a new folder'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
browser
.
waitForElementVisible
(
'*[data-id="treeViewLibrowser/README"]'
)
.
waitForElementVisible
(
'*[data-id="treeViewLibrowser/README
.txt
"]'
)
.
rightClick
(
'[data-path="browser/README"]'
)
.
rightClick
(
'[data-path="browser/README
.txt
"]'
)
.
click
(
'*[id="menuitemcreate folder"]'
)
.
click
(
'*[id="menuitemcreate folder"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
setValue
(
'*[data-id="modalDialogCustomPromptText"]'
,
'Browser_Tests'
)
.
setValue
(
'*[data-id="modalDialogCustomPromptText"]'
,
'Browser_Tests'
)
...
...
apps/remix-ide-e2e/src/tests/gist.test.ts
View file @
5d8fcd99
...
@@ -26,7 +26,7 @@ module.exports = {
...
@@ -26,7 +26,7 @@ module.exports = {
browser
browser
.
waitForElementVisible
(
'*[data-id="remixIdeIconPanel"]'
,
10000
)
.
waitForElementVisible
(
'*[data-id="remixIdeIconPanel"]'
,
10000
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
rightClick
(
'[data-path="browser/README"]'
)
.
rightClick
(
'[data-path="browser/README
.txt
"]'
)
.
click
(
'*[id="menuitemcreate folder"]'
)
.
click
(
'*[id="menuitemcreate folder"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
setValue
(
'*[data-id="modalDialogCustomPromptText"]'
,
'Browser_Tests'
)
.
setValue
(
'*[data-id="modalDialogCustomPromptText"]'
,
'Browser_Tests'
)
...
@@ -50,7 +50,7 @@ module.exports = {
...
@@ -50,7 +50,7 @@ module.exports = {
.
perform
((
done
)
=>
{
if
(
runtimeBrowser
===
'chrome'
)
{
browser
.
openFile
(
'browser/gists'
)
}
done
()
})
.
perform
((
done
)
=>
{
if
(
runtimeBrowser
===
'chrome'
)
{
browser
.
openFile
(
'browser/gists'
)
}
done
()
})
.
waitForElementVisible
(
`li[key="browser/gists/
${
gistid
}
"]`
)
.
waitForElementVisible
(
`li[key="browser/gists/
${
gistid
}
"]`
)
.
click
(
`li[key="browser/gists/
${
gistid
}
"]`
)
.
click
(
`li[key="browser/gists/
${
gistid
}
"]`
)
.
openFile
(
`browser/gists/
${
gistid
}
/README`
)
.
openFile
(
`browser/gists/
${
gistid
}
/README
.txt
`
)
.
perform
(
done
)
.
perform
(
done
)
}
}
})
})
...
...
apps/remix-ide/src/app/editor/examples.js
View file @
5d8fcd99
...
@@ -335,5 +335,5 @@ module.exports = {
...
@@ -335,5 +335,5 @@ module.exports = {
deployWithWeb3
:
{
name
:
'scripts/deployWithWeb3.js'
,
content
:
deployWithWeb3
},
deployWithWeb3
:
{
name
:
'scripts/deployWithWeb3.js'
,
content
:
deployWithWeb3
},
deployWithEthers
:
{
name
:
'scripts/deployWithEthers.js'
,
content
:
deployWithEthers
},
deployWithEthers
:
{
name
:
'scripts/deployWithEthers.js'
,
content
:
deployWithEthers
},
ballot_test
:
{
name
:
'tests/4_Ballot_test.sol'
,
content
:
ballotTest
},
ballot_test
:
{
name
:
'tests/4_Ballot_test.sol'
,
content
:
ballotTest
},
readme
:
{
name
:
'README'
,
content
:
readme
}
readme
:
{
name
:
'README
.txt
'
,
content
:
readme
}
}
}
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