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
19f026db
Commit
19f026db
authored
Jun 18, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e
parent
6171000e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
ballot.test.ts
apps/remix-ide-e2e/src/tests/ballot.test.ts
+6
-3
debugger.spec.ts
apps/remix-ide-e2e/src/tests/debugger.spec.ts
+1
-1
No files found.
apps/remix-ide-e2e/src/tests/ballot.test.ts
View file @
19f026db
...
...
@@ -121,7 +121,8 @@ const stateCheck = {
chairperson
:
{
value
:
'0xCA35B7D915458EF540ADE6068DFE2F44E8FA733C'
,
type
:
'address'
,
constant
:
false
constant
:
false
,
immutable
:
false
},
voters
:
{
value
:
{
...
...
@@ -148,7 +149,8 @@ const stateCheck = {
}
},
type
:
'mapping(address => struct Ballot.Voter)'
,
constant
:
false
constant
:
false
,
immutable
:
false
},
proposals
:
{
value
:
[
...
...
@@ -168,7 +170,8 @@ const stateCheck = {
],
length
:
'0x1'
,
type
:
'struct Ballot.Proposal[]'
,
constant
:
false
constant
:
false
,
immutable
:
false
}
}
...
...
apps/remix-ide-e2e/src/tests/debugger.spec.ts
View file @
19f026db
...
...
@@ -228,7 +228,7 @@ module.exports = {
.
waitForElementVisible
(
'*[data-id="solidityLocals"]'
,
60000
)
.
pause
(
10000
)
.
checkVariableDebug
(
'soliditylocals'
,
{
num
:
{
value
:
'2'
,
type
:
'uint256'
}
})
.
checkVariableDebug
(
'soliditystate'
,
{
number
:
{
value
:
'0'
,
type
:
'uint256'
,
constant
:
false
}
})
.
checkVariableDebug
(
'soliditystate'
,
{
number
:
{
value
:
'0'
,
type
:
'uint256'
,
constant
:
false
,
immutable
:
false
}
})
.
end
()
}
}
...
...
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