Skip to content

Commit

Permalink
Fix E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed Feb 26, 2024
1 parent e440ade commit 6521be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ide-desktop/lib/dashboard/e2e/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function locateSecretValueInput(page: test.Locator | test.Page) {
/** Find a search bar input (if any) on the current page. */
export function locateSearchBarInput(page: test.Locator | test.Page) {
return locateSearchBar(page).getByPlaceholder(
'Type to search for projects, data connectors, users, and more.'
'Type to search for projects, Data Links, users, and more.'
)
}

Expand Down

0 comments on commit 6521be9

Please sign in to comment.