mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-12-26 17:09:09 +00:00
cleanup e2e test code
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
9ff58a1c2c
commit
39aa535864
@ -1,7 +1,6 @@
|
|||||||
import {strict as assert} from "node:assert";
|
import {strict as assert} from "node:assert";
|
||||||
import {describe, it, before, after} from "mocha";
|
import {describe, it, before, after} from "mocha";
|
||||||
import puppeteer from "puppeteer-core";
|
import puppeteer from "puppeteer-core";
|
||||||
import {exit} from "node:process";
|
|
||||||
import {setReviewForm, checkCorrectness} from "./appTestHelpers.js";
|
import {setReviewForm, checkCorrectness} from "./appTestHelpers.js";
|
||||||
|
|
||||||
describe("test App end to end", async () => {
|
describe("test App end to end", async () => {
|
||||||
@ -27,7 +26,6 @@ describe("test App end to end", async () => {
|
|||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
await console.log("❌ failed to connect to localhost webserver on port 8080");
|
await console.log("❌ failed to connect to localhost webserver on port 8080");
|
||||||
//await exit(1);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user