Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie Young committed Aug 6, 2020
1 parent 214f1f7 commit 7981378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests/combobox_datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ ariaTest('ENTER on previous year or month and SPACE on next year or month change
await (await t.context.queryElement(t, ex.buttonSelector)).sendKeys(Key.ENTER);

let monthYear = await t.context.queryElement(t, ex.monthYear);
let originalMonthYear = await monthYear.getText();

for (let yearOrMonth of ['Year', 'Month']) {
let yearOrMonthLower = yearOrMonth.toLowerCase();
Expand Down

0 comments on commit 7981378

Please sign in to comment.