Skip to content
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

fedekunze/remove demo mode #1792

Merged
merged 9 commits into from
Jan 4, 2019
Merged

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Jan 3, 2019

Addresses second checkbox from #1742

Description:

❤️ Thank you!


  • Added entries in CHANGELOG.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer

@fedekunze fedekunze self-assigned this Jan 3, 2019
@fedekunze fedekunze changed the title WIP: fedekunze/remove demo mode fedekunze/remove demo mode Jan 3, 2019
@codecov
Copy link

codecov bot commented Jan 3, 2019

Codecov Report

Merging #1792 into develop will decrease coverage by 0.01%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #1792      +/-   ##
===========================================
- Coverage    95.07%   95.05%   -0.02%     
===========================================
  Files          122      122              
  Lines         2982     2953      -29     
  Branches       128      122       -6     
===========================================
- Hits          2835     2807      -28     
  Misses         137      137              
+ Partials        10        9       -1
Impacted Files Coverage Δ
...src/renderer/components/common/PagePreferences.vue 100% <ø> (ø) ⬆️
...src/renderer/components/common/TmSessionSignIn.vue 90.32% <ø> (-0.59%) ⬇️
app/src/renderer/vuex/modules/connection.js 100% <ø> (ø) ⬆️
app/src/renderer/vuex/getters.js 93.33% <ø> (-0.15%) ⬇️
app/src/renderer/components/common/AppMenu.vue 100% <ø> (ø) ⬆️
...c/renderer/components/common/TmModalNodeHalted.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/wallet/PageSend.vue 100% <ø> (ø) ⬆️
.../renderer/components/common/TmConnectedNetwork.vue 90% <100%> (+0.52%) ⬆️

})

it(`has the expected html structure`, () => {
expect(wrapper.vm.$el).toMatchSnapshot()
console.log(wrapper.vm.$el.outerHTML)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover

sabau
sabau previously requested changes Jan 4, 2019
Copy link
Contributor

@sabau sabau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from a console.log looks ready to land 👍

Copy link
Contributor

@sabau sabau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge

@@ -87,7 +77,7 @@ describe(`TmConnectedNetwork`, () => {
})

it(`shows the connected node`, async () => {
instance = mount(TmConnectedNetwork)
let instance = mount(TmConnectedNetwork)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry I wasn't explicit, I meant all the instance of let instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants