Skip to content
Snippets Groups Projects
Unverified Commit 74876fa0 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

try fixing intermittent test

parent 6747a657
No related branches found
No related tags found
No related merge requests found
......@@ -316,12 +316,14 @@ describe("public/embedded", () => {
store.pushPath(questionUrl + "?category=Gadget");
await waitForRequestToComplete("GET", apiRegex);
// use `update()` because of setState
expect(
app
.update()
.find(Scalar)
.text(),
).toBe(COUNT_GADGET + "sql parametrized");
await eventually(() =>
expect(
app
.update()
.find(Scalar)
.text(),
).toBe(COUNT_GADGET + "sql parametrized"),
);
}
it("should allow seeing an embedded question", async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment