kopia lustrzana https://github.com/magicbug/Cloudlog
move request to the before on the station tests
rodzic
155537e99c
commit
3d5169bbdd
|
@ -1,4 +1,10 @@
|
||||||
describe("Create station location", () => {
|
describe("Create station location", () => {
|
||||||
|
before(() => {
|
||||||
|
cy.request({
|
||||||
|
method: "GET",
|
||||||
|
url: "/index.php/update/dxcc_entities",
|
||||||
|
}).wait(1000);
|
||||||
|
});
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.login();
|
cy.login();
|
||||||
});
|
});
|
||||||
|
|
|
@ -79,8 +79,5 @@ rm -rf /install
|
||||||
|
|
||||||
echo "Replacement complete."
|
echo "Replacement complete."
|
||||||
|
|
||||||
# Send a GET request to populate the dxcc_entities table
|
|
||||||
curl "${WEBSITE_URL}/index.php/update/dxcc_entities"
|
|
||||||
|
|
||||||
# Start Apache in the foreground
|
# Start Apache in the foreground
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
Ładowanie…
Reference in New Issue