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
0485a140
Commit
0485a140
authored
Feb 03, 2021
by
aniket-engg
Committed by
Aniket
Feb 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests for imports from openzepplin
parent
6a16741d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
debugger.test.ts
apps/remix-ide-e2e/src/tests/debugger.test.ts
+1
-1
solidityImport.test.ts
apps/remix-ide-e2e/src/tests/solidityImport.test.ts
+1
-1
No files found.
apps/remix-ide-e2e/src/tests/debugger.test.ts
View file @
0485a140
...
@@ -92,7 +92,7 @@ module.exports = {
...
@@ -92,7 +92,7 @@ module.exports = {
.
waitForElementVisible
(
'#stepdetail'
)
.
waitForElementVisible
(
'#stepdetail'
)
.
goToVMTraceStep
(
10
)
.
goToVMTraceStep
(
10
)
.
getEditorValue
((
content
)
=>
{
.
getEditorValue
((
content
)
=>
{
browser
.
assert
.
ok
(
content
.
indexOf
(
`constructor (string memory name_, string memory symbol_)
public
{
browser
.
assert
.
ok
(
content
.
indexOf
(
`constructor (string memory name_, string memory symbol_) {
_name = name_;
_name = name_;
_symbol = symbol_;
_symbol = symbol_;
_decimals = 18;
_decimals = 18;
...
...
apps/remix-ide-e2e/src/tests/solidityImport.test.ts
View file @
0485a140
...
@@ -34,7 +34,7 @@ module.exports = {
...
@@ -34,7 +34,7 @@ module.exports = {
.
setSolidityCompilerVersion
(
'soljson-v0.6.2+commit.bacdbe57.js'
)
// open-zeppelin moved to pragma ^0.6.0 (master branch)
.
setSolidityCompilerVersion
(
'soljson-v0.6.2+commit.bacdbe57.js'
)
// open-zeppelin moved to pragma ^0.6.0 (master branch)
.
addFile
(
'Untitled4.sol'
,
sources
[
3
][
'browser/Untitled4.sol'
])
.
addFile
(
'Untitled4.sol'
,
sources
[
3
][
'browser/Untitled4.sol'
])
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
verifyContracts
([
'test7'
,
'ERC20'
,
'SafeMath'
],
{
wait
:
10000
})
.
verifyContracts
([
'test7'
,
'ERC20'
],
{
wait
:
10000
})
},
},
'Test Github Import - from other branch'
:
function
(
browser
:
NightwatchBrowser
)
{
'Test Github Import - from other branch'
:
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