quick async fix

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-20 13:39:52 -08:00
parent e7d8eaea59
commit 3b1b0cfd57

View File

@ -218,7 +218,7 @@ describe("test App end to end", async () => {
});
describe("test delete 1 review", () => {
describe("test delete 1 review", async () => {
it("delete 1 review", async () => {
// Get the only review card and click it
let review_card = await page.$("review-card");