Skip to content

Commit

Permalink
String -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
royendo committed Dec 21, 2024
1 parent 074cc7c commit 3e67fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-local/tests/utils/commonHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ export async function actionUsingMenu(

export async function checkExistInConnector(
page: Page,
connector: String,
db: String,
fileName: String,
connector: string,
db: string,
fileName: string,
) {
await page.locator(`li[aria-label="${connector}"]`).click();
await page.locator(`li[aria-label="${db}"]`).click();
Expand Down

0 comments on commit 3e67fda

Please sign in to comment.