Skip to content

Commit

Permalink
update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian leggett committed Oct 25, 2024
1 parent 93370ee commit 4e1c7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/data-catalogue/data-grid.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("Data grid filters", () => {
],
},
}).as("getData");
cy.get("a").contains("source_data_set").click();
cy.get("a").contains("Source data set").click();
checkRequestBody("@getData", '"filters":{}');
cy.get("span.ag-icon.ag-icon-menu").last().click();

Expand Down
5 changes: 2 additions & 3 deletions cypress/e2e/data-catalogue/source-dataset.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
sourceWithTable,
sourceWithTableNoPermissions,
datacutWithNoPermissions,
} from "../../fixtures/datasets";
import {
assertTextAndLinks,
Expand Down Expand Up @@ -64,7 +63,7 @@ describe("Source dataset catalogue", () => {
rows: [
[
{
text: "source_data_set",
text: "Source data set",
},
{
text: "public.test_dataset",
Expand Down Expand Up @@ -189,7 +188,7 @@ describe("Source dataset catalogue", () => {
rows: [
[
{
text: "source_data_set",
text: "Source data set",
},
{
text: "public.test_dataset",
Expand Down

0 comments on commit 4e1c7ff

Please sign in to comment.