From f65a8c1e125b7f96fbb5b47561ccee2daaf6ee1b Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Sun, 7 Apr 2024 19:39:19 -0500 Subject: [PATCH] still trying to populate dxcc_entities for the station creation tests --- cypress/e2e/4-station-locations.cy.js | 6 ------ script.sh | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/cypress/e2e/4-station-locations.cy.js b/cypress/e2e/4-station-locations.cy.js index 9f4496b2..1e3104fa 100644 --- a/cypress/e2e/4-station-locations.cy.js +++ b/cypress/e2e/4-station-locations.cy.js @@ -1,10 +1,4 @@ describe("Create station location", () => { - before(() => { - cy.request({ - method: "GET", - url: "/index.php/update/dxcc_entities", - }).wait(1000); - }); beforeEach(() => { cy.login(); }); diff --git a/script.sh b/script.sh index c1447f8f..4282569b 100755 --- a/script.sh +++ b/script.sh @@ -79,5 +79,7 @@ rm -rf /install echo "Replacement complete." +php /var/www/html/index.php update dxcc_entities + # Start Apache in the foreground exec apache2-foreground \ No newline at end of file