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

replacing "not set" in hotkey-settings with a locale string #2337

Merged
merged 3 commits into from
Mar 22, 2017

Conversation

ChrisB9
Copy link
Contributor

@ChrisB9 ChrisB9 commented Mar 20, 2017

  • adding a missing string in de locale

+ adding missing string in de locale
@coveralls
Copy link

Coverage Status

Coverage decreased (-7.03%) to 85.137% when pulling 8e4e115 on ChrisB9:master into feafdaf on MarshallOfSound:master.

@ChrisB9
Copy link
Contributor Author

ChrisB9 commented Mar 20, 2017

i'll add the corrected test soon

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.03%) to 85.137% when pulling 39b3250 on ChrisB9:master into feafdaf on MarshallOfSound:master.

@@ -39,7 +39,7 @@ describe('<HotkeyInput />', () => {

it('should render a text field with the correct default value', () => {
const component = mount(<HotkeyInput label="Test Label" hotkeyAction="playPause" />, materialUIContext);
component.find(TextField).props().value.should.be.equal('Not Set');
component.find(TextField).props().value.should.be.equal(undefined);
Copy link
Owner

Choose a reason for hiding this comment

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

This is what is breaking the tests currently, it should be expecting "settings-option-hotkey-not-set"

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.162% when pulling 0b25530 on ChrisB9:master into feafdaf on MarshallOfSound:master.

@MarshallOfSound MarshallOfSound merged commit 76fdf8c into MarshallOfSound:master Mar 22, 2017
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.

None yet

4 participants