From e7da79377a6e32dde3d9d3ba27d197ee79936ad9 Mon Sep 17 00:00:00 2001 From: Mitch-Budibase Date: Wed, 1 Jun 2022 18:05:51 +0100 Subject: [PATCH] changeAppIconAndColor Test Fix Updating this test as it was failing consistently --- .../cypress/integration/changeAppIconAndColour.spec.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/builder/cypress/integration/changeAppIconAndColour.spec.js b/packages/builder/cypress/integration/changeAppIconAndColour.spec.js index 0f623ddb04..23f9402fa3 100644 --- a/packages/builder/cypress/integration/changeAppIconAndColour.spec.js +++ b/packages/builder/cypress/integration/changeAppIconAndColour.spec.js @@ -4,11 +4,14 @@ filterTests(['all'], () => { context("Change Application Icon and Colour", () => { before(() => { cy.login() + cy.createTestApp() }) it("should change the icon and colour for an application", () => { // Search for test application - cy.applicationInAppTable("Cypress Tests") + //cy.applicationInAppTable("Cypress Tests") + cy.visit(`${Cypress.config().baseUrl}/builder`) + cy.wait(2000) cy.get(".appTable") .within(() => { cy.get(".app-row-actions-icon").eq(0).click()