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
b3c5820e
Commit
b3c5820e
authored
Feb 23, 2021
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger tests updated
parent
2a0d250e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
debugger.test.ts
apps/remix-ide-e2e/src/tests/debugger.test.ts
+3
-6
No files found.
apps/remix-ide-e2e/src/tests/debugger.test.ts
View file @
b3c5820e
...
@@ -79,9 +79,6 @@ module.exports = {
...
@@ -79,9 +79,6 @@ module.exports = {
'Should display solidity imported code while debugging github import'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should display solidity imported code while debugging github import'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
browser
.
clickLaunchIcon
(
'solidity'
)
.
clickLaunchIcon
(
'solidity'
)
.
setSolidityCompilerVersion
(
'soljson-v0.8.0+commit.c7dfd78e.js'
)
.
pause
(
2000
)
.
clickLaunchIcon
(
'udapp'
)
.
testContracts
(
'externalImport.sol'
,
sources
[
1
][
'browser/externalImport.sol'
],
[
'ERC20'
])
.
testContracts
(
'externalImport.sol'
,
sources
[
1
][
'browser/externalImport.sol'
],
[
'ERC20'
])
.
clickLaunchIcon
(
'udapp'
)
.
clickLaunchIcon
(
'udapp'
)
.
waitForElementPresent
(
'*[title="Deploy - transact (not payable)"]'
,
35000
)
.
waitForElementPresent
(
'*[title="Deploy - transact (not payable)"]'
,
35000
)
...
@@ -110,7 +107,7 @@ module.exports = {
...
@@ -110,7 +107,7 @@ module.exports = {
.
clickLaunchIcon
(
'solidity'
)
.
clickLaunchIcon
(
'solidity'
)
.
setSolidityCompilerVersion
(
'soljson-v0.6.12+commit.27d51765.js'
)
.
setSolidityCompilerVersion
(
'soljson-v0.6.12+commit.27d51765.js'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
click
(
'li[data-id="treeViewLitreeViewItembrowser/
externalImport
.sol"'
)
.
click
(
'li[data-id="treeViewLitreeViewItembrowser/
withABIEncoderV2
.sol"'
)
.
testContracts
(
'withABIEncoderV2.sol'
,
sources
[
2
][
'browser/withABIEncoderV2.sol'
],
[
'test'
])
.
testContracts
(
'withABIEncoderV2.sol'
,
sources
[
2
][
'browser/withABIEncoderV2.sol'
],
[
'test'
])
.
clickLaunchIcon
(
'udapp'
)
.
clickLaunchIcon
(
'udapp'
)
.
selectContract
(
'test'
)
.
selectContract
(
'test'
)
...
@@ -372,7 +369,7 @@ const localVariable_step717_ABIEncoder = { // eslint-disable-line
...
@@ -372,7 +369,7 @@ const localVariable_step717_ABIEncoder = { // eslint-disable-line
const
jsGetTrace
=
`(async () => {
const
jsGetTrace
=
`(async () => {
try {
try {
const result = await remix.call('debugger', 'getTrace', '0x
4c490499df52a3b5f238535a21c28ad35d261e2d53b80343ce78f59f5a63ec9e
')
const result = await remix.call('debugger', 'getTrace', '0x
bf309c0d71579d595f04a42e89d66d1ec17523dd3edea710b03f46a9b82ee0af
')
console.log('result ', result)
console.log('result ', result)
} catch (e) {
} catch (e) {
console.log(e.message)
console.log(e.message)
...
@@ -381,7 +378,7 @@ const jsGetTrace = `(async () => {
...
@@ -381,7 +378,7 @@ const jsGetTrace = `(async () => {
const
jsDebug
=
`(async () => {
const
jsDebug
=
`(async () => {
try {
try {
const result = await remix.call('debugger', 'debug', '0x
4c490499df52a3b5f238535a21c28ad35d261e2d53b80343ce78f59f5a63ec9e
')
const result = await remix.call('debugger', 'debug', '0x
bf309c0d71579d595f04a42e89d66d1ec17523dd3edea710b03f46a9b82ee0af
')
console.log('result ', result)
console.log('result ', result)
} catch (e) {
} catch (e) {
console.log(e.message)
console.log(e.message)
...
...
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