Skip to content

Commit

Permalink
fix(tests): fix wrong attribute in uk-toggle-switch test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Metzener authored and anehx committed Jun 11, 2019
1 parent 6014a67 commit 73be406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/uk-toggle-switch-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module("Integration | Component | uk-toggle-switch", function(hooks) {

test("can set labels", async function(assert) {
await render(
hbs`{{uk-toggle-switch onLabel='On' offLabel='Off' showLabel=true}}`
hbs`{{uk-toggle-switch onLabel='On' offLabel='Off' showLabels=true}}`
);

assert.dom("label.on-label").hasText("On");
Expand Down

0 comments on commit 73be406

Please sign in to comment.