Skip to content

Commit

Permalink
date-time: update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Apr 7, 2021
1 parent 212bb21 commit 3a9bc18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe( 'Post visibility', () => {
);
await (
await page.$x(
'//td[contains(concat(" ", @class, " "), " CalendarDay ")][text() = "15"]'
'//td[contains(concat(" ", @class, " "), " CalendarDay ")]/div[contains(concat(" ", @class, " "), " components-datetime__date__day ")][text() = "15"]'
)
)[ 0 ].click();

Expand Down

0 comments on commit 3a9bc18

Please sign in to comment.