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
dff3022b
Commit
dff3022b
authored
Feb 04, 2021
by
aniket-engg
Committed by
Aniket
Feb 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update compiled contracts
parent
83b2c4b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
solidityImport.test.ts
apps/remix-ide-e2e/src/tests/solidityImport.test.ts
+2
-2
No files found.
apps/remix-ide-e2e/src/tests/solidityImport.test.ts
View file @
dff3022b
...
@@ -52,7 +52,7 @@ module.exports = {
...
@@ -52,7 +52,7 @@ module.exports = {
.
click
(
'li[data-id="treeViewLitreeViewItembrowser/README.txt"'
)
.
click
(
'li[data-id="treeViewLitreeViewItembrowser/README.txt"'
)
.
addFile
(
'Untitled6.sol'
,
sources
[
5
][
'browser/Untitled6.sol'
])
.
addFile
(
'Untitled6.sol'
,
sources
[
5
][
'browser/Untitled6.sol'
])
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
verifyContracts
([
'test10'
,
'ERC20'
,
'SafeMath'
],
{
wait
:
10000
})
.
verifyContracts
([
'test10'
,
'ERC20'
],
{
wait
:
10000
})
},
},
'Test Github Import - raw URL'
:
function
(
browser
:
NightwatchBrowser
)
{
'Test Github Import - raw URL'
:
function
(
browser
:
NightwatchBrowser
)
{
...
@@ -61,7 +61,7 @@ module.exports = {
...
@@ -61,7 +61,7 @@ module.exports = {
.
click
(
'li[data-id="treeViewLitreeViewItembrowser/README.txt"'
)
.
click
(
'li[data-id="treeViewLitreeViewItembrowser/README.txt"'
)
.
addFile
(
'Untitled7.sol'
,
sources
[
6
][
'browser/Untitled7.sol'
])
.
addFile
(
'Untitled7.sol'
,
sources
[
6
][
'browser/Untitled7.sol'
])
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
verifyContracts
([
'test11'
,
'ERC20'
,
'SafeMath'
],
{
wait
:
10000
})
.
verifyContracts
([
'test11'
,
'ERC20'
],
{
wait
:
10000
})
},
},
'Test switch to a github import from a solidity warning'
:
function
(
browser
:
NightwatchBrowser
)
{
'Test switch to a github import from a solidity warning'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
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