Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Nov 14, 2023
1 parent a128c52 commit 528a89c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ describe("ExternalToolElement", () => {
it("should display an error alert", async () => {
const { wrapper, error } = setup();

await Vue.nextTick();

const alert = wrapper.find(
'[data-testid="board-external-tool-element-alert"]'
);
Expand Down

0 comments on commit 528a89c

Please sign in to comment.