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
e5871a4c
Unverified
Commit
e5871a4c
authored
Jun 10, 2021
by
yann300
Committed by
GitHub
Jun 10, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1279 from ethereum/debuggertests
debugger test fix
parents
8430bab5
6908f71f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
debugger.spec.ts
apps/remix-ide-e2e/src/tests/debugger.spec.ts
+5
-2
No files found.
apps/remix-ide-e2e/src/tests/debugger.spec.ts
View file @
e5871a4c
...
...
@@ -178,7 +178,7 @@ module.exports = {
.
click
(
'*[data-id="debuggerTransactionStartButton"]'
)
// start debugging
.
pause
(
2000
)
.
getEditorValue
((
content
)
=>
{
browser
.
assert
.
ok
(
content
.
indexOf
(
'if slt(sub(dataEnd, headStart), 32)
{ revert(0, 0) }
'
)
!==
-
1
,
'current displayed content is not a generated source'
)
browser
.
assert
.
ok
(
content
.
indexOf
(
'if slt(sub(dataEnd, headStart), 32)'
)
!==
-
1
,
'current displayed content is not a generated source'
)
})
.
click
(
'*[data-id="debuggerTransactionStartButton"]'
)
},
...
...
@@ -210,7 +210,10 @@ module.exports = {
},
'Should start debugging using remix debug nodes (rinkeby)'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
addFile
(
'useDebugNodes.sol'
,
sources
[
5
][
'useDebugNodes.sol'
])
// compile contract
browser
.
clickLaunchIcon
(
'solidity'
)
.
setSolidityCompilerVersion
(
'soljson-v0.8.4+commit.c7e474f2.js'
)
.
addFile
(
'useDebugNodes.sol'
,
sources
[
5
][
'useDebugNodes.sol'
])
// compile contract
.
clickLaunchIcon
(
'udapp'
)
.
click
(
'*[data-id="settingsWeb3Mode"]'
)
// select web3 provider with debug nodes URL
.
clearValue
(
'*[data-id="modalDialogCustomPromptText"]'
)
...
...
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