Skip to content

Commit

Permalink
still trying to populate dxcc_entities for the station creation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrb committed Apr 8, 2024
1 parent 3d5169b commit f65a8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cypress/e2e/4-station-locations.cy.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
describe("Create station location", () => {
before(() => {
cy.request({
method: "GET",
url: "/index.php/update/dxcc_entities",
}).wait(1000);
});
beforeEach(() => {
cy.login();
});
Expand Down
2 changes: 2 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f65a8c1

Please sign in to comment.