-
Notifications
You must be signed in to change notification settings - Fork 14
Spectron integration tests config #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <DelegateContainer id="delegate"> | ||
| <Delegate>{t('components.balanceBanner.delegated_to')}</Delegate> | ||
| <TezosAddress address={delegatedAddress} color="white" size={ms(-1)} weight={300} /> | ||
| <TezosAddress id="tezosAddres" address={delegatedAddress} color="white" size={ms(-1)} weight={300} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spelling
| } | ||
|
|
||
| // [TESTING] | ||
| if (ipcRenderer.sendSync('is-spectron')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this code need to live in the release?
| "include": [ | ||
| "src", | ||
| "./test" | ||
| "./test", "test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this duplicated?
test/spec.js
Outdated
| @@ -0,0 +1,102 @@ | |||
| const assert = require('assert'); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…nomic/T2 into spectron-integration-tests-config
…nomic/T2 into spectron-integration-tests-config
…m/Cryptonomic/T2 into spectron-integration-tests-config
…nomic/T2 into spectron-integration-tests-config
|
Closing in favor of #346. |
No description provided.