still trying to populate dxcc_entities for the station creation tests

这个提交包含在:
Patrick Burns 2024-04-07 19:39:19 -05:00
父节点 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