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
44dd25af
Commit
44dd25af
authored
Oct 26, 2020
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests fixes
parent
8e5e7e0f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
debugger.test.ts
apps/remix-ide-e2e/src/tests/debugger.test.ts
+5
-5
No files found.
apps/remix-ide-e2e/src/tests/debugger.test.ts
View file @
44dd25af
...
@@ -43,7 +43,7 @@ module.exports = {
...
@@ -43,7 +43,7 @@ module.exports = {
.
click
(
'*[data-id="slider"]'
)
.
click
(
'*[data-id="slider"]'
)
.
setValue
(
'*[data-id="slider"]'
,
'50'
)
.
setValue
(
'*[data-id="slider"]'
,
'50'
)
.
assert
.
containsText
(
'*[data-id="solidityLocals"]'
,
'no locals'
)
.
assert
.
containsText
(
'*[data-id="solidityLocals"]'
,
'no locals'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n9
1
'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n9
2
'
)
},
},
'Should step back and forward transaction'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should step back and forward transaction'
:
function
(
browser
:
NightwatchBrowser
)
{
...
@@ -51,12 +51,12 @@ module.exports = {
...
@@ -51,12 +51,12 @@ module.exports = {
.
waitForElementPresent
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
waitForElementPresent
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
scrollAndClick
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
scrollAndClick
(
'*[data-id="buttonNavigatorIntoBack"]'
)
.
pause
(
2000
)
.
pause
(
2000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n90'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n90'
)
.
click
(
'*[data-id="buttonNavigatorIntoForward"]'
)
.
pause
(
2000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n91'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n91'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n91'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n91'
)
.
click
(
'*[data-id="buttonNavigatorIntoForward"]'
)
.
pause
(
2000
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'vm trace step:
\
n92'
)
.
assert
.
containsText
(
'*[data-id="stepdetail"]'
,
'execution step:
\
n92'
)
},
},
'Should jump through breakpoints'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should jump through breakpoints'
:
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