Skip to content

Commit

Permalink
test: fix job-browser tests #TASK-5666
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Apr 10, 2024
1 parent 95c2a5e commit 63299ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/iva/job-browser-grid.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ context("Job Browser Grid", () => {

it("should render Refresh button", () => {
cy.get(browserGrid)
.find(`button[data-cy="toolbar-btn-refresh"]`)
.find(`button[data-cy="job-refresh"]`)
.should("be.visible");
});

Expand Down

0 comments on commit 63299ca

Please sign in to comment.