Skip to content

Commit

Permalink
Update docPropagation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Jul 31, 2024
1 parent 2773e04 commit 3b3ef05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe("docPropagation", () => {
it("logs in and navigates to the schema page and checks for docPropagationIndicator", () => {
cy.login();
cy.visit(
"http://localhost:3000/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,fct_cypress_users_deleted,PROD)/Schema?is_lineage_mode=false&schemaFilter=",
"/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,fct_cypress_users_deleted,PROD)/Schema?is_lineage_mode=false&schemaFilter=",
"/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,fct_cypress_users_deleted,PROD)/Schema?is_lineage_mode=false&schemaFilter=",
);

Expand Down

0 comments on commit 3b3ef05

Please sign in to comment.