From 6977b0f961202ec8e30adb7c3411efa917797ca8 Mon Sep 17 00:00:00 2001 From: Elson9 Date: Thu, 11 Apr 2024 12:20:00 -0700 Subject: [PATCH] Update e2e/cypress/tests/09-update-product-env/09-two-tiered-hidden.cy.ts Co-authored-by: Russell Vinegar <38586679+rustyjux@users.noreply.github.com> --- .../tests/09-update-product-env/09-two-tiered-hidden.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/cypress/tests/09-update-product-env/09-two-tiered-hidden.cy.ts b/e2e/cypress/tests/09-update-product-env/09-two-tiered-hidden.cy.ts index b823dcc59..ba79f06be 100644 --- a/e2e/cypress/tests/09-update-product-env/09-two-tiered-hidden.cy.ts +++ b/e2e/cypress/tests/09-update-product-env/09-two-tiered-hidden.cy.ts @@ -77,7 +77,7 @@ describe('Verify Two Tiered Hidden', () => { }) }) - it('update the Dataset in BC Data Catalogue to appear the API in the Directory', () => { + it('set the Dataset for the Product', () => { cy.visit(pd.path) cy.get('@apiowner').then(({ twoTieredHidden }: any) => { pd.updateDatasetNameToCatelogue(twoTieredHidden.product.name, twoTieredHidden.product.environment.name)