From 19f3e98ab4735a52833eaf5042091adae516548f Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Tue, 11 Feb 2025 12:09:30 -0400 Subject: [PATCH] Fix cypress upgrade bar issue --- tests/cypress/e2e/Forms/formPageDataValidation.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/e2e/Forms/formPageDataValidation.cy.js b/tests/cypress/e2e/Forms/formPageDataValidation.cy.js index 1af916716f..0fe9ad16a7 100644 --- a/tests/cypress/e2e/Forms/formPageDataValidation.cy.js +++ b/tests/cypress/e2e/Forms/formPageDataValidation.cy.js @@ -13,7 +13,7 @@ describe("Forms page", () => { it("should validate all data in list view", () => { cy.log("Validate all header data"); cy.log("Validate the upgrade link"); - cy.get('.frm-upgrade-bar > a') + cy.get('.frm-upgrade-bar .frm-upgrade-bar-inner > a') .should('have.text', 'upgrading to PRO').click(); cy.origin('https://formidableforms.com', () => { cy.get('h1').then(($h1) => {