Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiK94 committed Nov 17, 2023
1 parent bf564cc commit 6ec52c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clearButton.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function visitPage(page: Page, pageName: string, url: RegExp) {
await page.getByRole('progressbar').waitFor({ state: 'hidden' })
}

async function fillDate(page: Page, twoDateElements: Boolean = false) {
async function fillDate(page: Page, twoDateElements: boolean = false) {
if (twoDateElements) {
await page.getByLabel('בחירת תאריך').nth(0).click()
await page.getByRole('gridcell', { name: '1', exact: true }).first().click()
Expand Down

0 comments on commit 6ec52c7

Please sign in to comment.