mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
quick async fix
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
e7d8eaea59
commit
3b1b0cfd57
@ -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 () => {
|
it("delete 1 review", async () => {
|
||||||
// Get the only review card and click it
|
// Get the only review card and click it
|
||||||
let review_card = await page.$("review-card");
|
let review_card = await page.$("review-card");
|
||||||
|
Loading…
Reference in New Issue
Block a user