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
e298528a
Commit
e298528a
authored
Feb 23, 2021
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ballot tests updated
parent
b4ab488c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ballot.test.ts
apps/remix-ide-e2e/src/tests/ballot.test.ts
+5
-5
No files found.
apps/remix-ide-e2e/src/tests/ballot.test.ts
View file @
e298528a
...
...
@@ -39,13 +39,13 @@ module.exports = {
'Debug Ballot / delegate'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
pause
(
500
)
.
click
(
'*[data-id="txLoggerDebugButton0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3"]'
)
//
.waitForElementVisible('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]')
//
.clickLaunchIcon('debugger')
//
.click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]')
.
waitForElementVisible
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
clickLaunchIcon
(
'debugger'
)
.
click
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
pause
(
2000
)
.
waitForElementVisible
(
'#stepdetail'
)
// .goToVMTraceStep(79
)
//
.pause(1000)
.
goToVMTraceStep
(
144
)
.
pause
(
1000
)
.
checkVariableDebug
(
'soliditystate'
,
stateCheck
)
.
checkVariableDebug
(
'soliditylocals'
,
localsCheck
)
},
...
...
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