Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Apr 23, 2018
1 parent 962b051 commit ae5ad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/pages/components/auth-config-form/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { clickable, fillable } from 'ember-cli-page-object';
import fields from '../form-field';
export default {
...fields,
ttlVaule: fillable('[data-test-ttl-value]'),
ttlValue: fillable('[data-test-ttl-value]'),
ttlUnit: fillable('[data-test-ttl-value]'),
save: clickable('[data-test-save-config]'),
};

0 comments on commit ae5ad98

Please sign in to comment.