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
b88a5df2
Commit
b88a5df2
authored
Sep 24, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e
parent
6e66b992
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
terminal.test.ts
apps/remix-ide-e2e/src/tests/terminal.test.ts
+3
-2
storageResolver.ts
libs/remix-debug/src/storage/storageResolver.ts
+1
-1
No files found.
apps/remix-ide-e2e/src/tests/terminal.test.ts
View file @
b88a5df2
...
@@ -109,11 +109,12 @@ module.exports = {
...
@@ -109,11 +109,12 @@ module.exports = {
.
openFile
(
'.deps/github/newFile.sol'
)
.
openFile
(
'.deps/github/newFile.sol'
)
},
},
'Deploy "Owner" using an ether.js script listen to event and check event are logged in the terminal'
:
function
(
browser
:
NightwatchBrowser
)
{
'Deploy "Owner" using an ether.js script
,
listen to event and check event are logged in the terminal'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
browser
.
click
(
'*[data-id="terminalClearConsole"]'
)
// clear the terminal
.
click
(
'*[data-id="terminalClearConsole"]'
)
// clear the terminal
.
openFile
(
'contracts/2_Owner.sol'
)
.
openFile
(
'contracts/2_Owner.sol'
)
.
verifyContracts
([
'Owner'
])
.
clickLaunchIcon
(
'solidity'
)
.
click
(
'*[data-id="compilerContainerCompileBtn"]'
)
// compile Owner
.
addFile
(
'deployWithEthersJs.js'
,
{
content
:
deployWithEthersJs
})
.
addFile
(
'deployWithEthersJs.js'
,
{
content
:
deployWithEthersJs
})
.
openFile
(
'deployWithEthersJs.js'
)
.
openFile
(
'deployWithEthersJs.js'
)
.
pause
(
1000
)
.
pause
(
1000
)
...
...
libs/remix-debug/src/storage/storageResolver.ts
View file @
b88a5df2
...
@@ -133,7 +133,7 @@ export class StorageResolver {
...
@@ -133,7 +133,7 @@ export class StorageResolver {
resolve
([{},
null
])
resolve
([{},
null
])
}
else
{
}
else
{
this
.
web3
.
debug
.
storageRangeAt
(
this
.
web3
.
debug
.
storageRangeAt
(
tx
.
blockHash
,
tx
.
transactionIndex
===
undefined
?
tx
.
hash
:
tx
.
transactionIndex
,
tx
.
blockHash
,
tx
.
hash
,
address
,
address
,
start
,
start
,
maxSize
,
maxSize
,
...
...
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