Skip to content

Commit

Permalink
test: test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishkumar-thangavel authored and asif-ahmed-1990 committed May 27, 2020
1 parent 151671d commit 80ac71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datepicker/datepicker.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('fw-datepicker', () => {
const element = await page.find('fw-datepicker >>> fw-input');
await element.click();

const dateEle = await page.find('fw-datepicker >>> .c-day-container.highlight span');
const dateEle = await page.find('fw-datepicker >>> .c-day-container.highlight:not(.disabled) span');
await dateEle.click();

const updateEle = await page.find('fw-datepicker >>> fw-button.update-date-value');
Expand Down

0 comments on commit 80ac71c

Please sign in to comment.