Skip to content

Commit

Permalink
Fix browse() func
Browse files Browse the repository at this point in the history
  • Loading branch information
rafpaf committed May 3, 2024
1 parent 6aa5d60 commit 1bc8677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/support/helpers/e2e-ui-elements-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ export function closeNavigationSidebar() {
}

export function browse() {
// takes you to `/browse` (reflecting changes made in `0.38-collection-redesign)
return navigationSidebar().findByText("Browse data");
return navigationSidebar().findByLabelText("Browse data");
}

/**
Expand Down

0 comments on commit 1bc8677

Please sign in to comment.