Skip to content

Commit

Permalink
fix verification test
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-lem committed Jul 15, 2024
1 parent 3497c3e commit 5f57047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/tests/e2e/objects/object-groups.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test.describe("Object groups update", () => {
await page.getByTestId("create-object-button").click();
await page.getByLabel("Name *").fill(NEW_TAG);
await page.getByRole("button", { name: "Save" }).click();
await expect(page.getByText("Tag created")).not.toBeVisible();
await expect(page.getByText("Tag created")).toBeVisible();
});

await test.step("go to the new tag", async () => {
Expand Down

0 comments on commit 5f57047

Please sign in to comment.