still trying to populate dxcc_entities for the station creation tests

pull/3066/head
Patrick Burns 2024-04-07 19:39:19 -05:00
rodzic 3d5169bbdd
commit f65a8c1e12
2 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -1,10 +1,4 @@
describe("Create station location", () => {
before(() => {
cy.request({
method: "GET",
url: "/index.php/update/dxcc_entities",
}).wait(1000);
});
beforeEach(() => {
cy.login();
});

Wyświetl plik

@ -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