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
0c3340e2
Unverified
Commit
0c3340e2
authored
May 16, 2019
by
yann300
Committed by
GitHub
May 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1977 from ethereum/yann300-patch-35
Fix toggle swap panel
parents
61254203
602623bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
panel.js
src/app/components/panel.js
+1
-0
generalTests.js
test-browser/tests/generalTests.js
+1
-1
No files found.
src/app/components/panel.js
View file @
0c3340e2
...
...
@@ -58,6 +58,7 @@ export class AbstractPanel {
if
(
!
this
.
contents
[
name
])
return
if
(
this
.
active
===
name
)
{
this
.
events
.
emit
(
'toggle'
,
name
)
return
}
this
.
showContent
(
name
)
this
.
events
.
emit
(
'showing'
,
name
)
...
...
test-browser/tests/generalTests.js
View file @
0c3340e2
...
...
@@ -164,7 +164,7 @@ function checkDeployShouldSucceed (browser, address, callback) {
function
testSignature
(
browser
,
callback
)
{
let
hash
,
signature
browser
.
clickLaunchIcon
(
'run'
).
pause
(
4000
).
perform
((
client
,
done
)
=>
{
browser
.
perform
((
client
,
done
)
=>
{
contractHelper
.
signMsg
(
browser
,
'test message'
,
(
h
,
s
)
=>
{
hash
=
h
signature
=
s
...
...
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