move request to the before on the station tests
这个提交包含在:
父节点
155537e99c
当前提交
3d5169bbdd
共有 2 个文件被更改,包括 6 次插入 和 3 次删除
|
|
@ -1,4 +1,10 @@
|
|||
describe("Create station location", () => {
|
||||
before(() => {
|
||||
cy.request({
|
||||
method: "GET",
|
||||
url: "/index.php/update/dxcc_entities",
|
||||
}).wait(1000);
|
||||
});
|
||||
beforeEach(() => {
|
||||
cy.login();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -79,8 +79,5 @@ rm -rf /install
|
|||
|
||||
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
|
||||
exec apache2-foreground
|
||||
正在加载…
在新工单中引用