still trying to populate dxcc_entities for the station creation tests
这个提交包含在:
父节点
3d5169bbdd
当前提交
f65a8c1e12
共有 2 个文件被更改,包括 2 次插入 和 6 次删除
|
|
@ -1,10 +1,4 @@
|
||||||
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,5 +79,7 @@ rm -rf /install
|
||||||
|
|
||||||
echo "Replacement complete."
|
echo "Replacement complete."
|
||||||
|
|
||||||
|
php /var/www/html/index.php update dxcc_entities
|
||||||
|
|
||||||
# Start Apache in the foreground
|
# Start Apache in the foreground
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
||||||
正在加载…
在新工单中引用