Skip to content

Commit

Permalink
Disabled flaky e2e test: merge proposed change
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Jan 25, 2024
1 parent 62623c9 commit 876635a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test.describe("/proposed-changes", () => {
});
});

test("merged proposed change", async () => {
test.fixme("merged proposed change", async () => {
await test.step("merge proposed change and update UI", async () => {
await page.getByRole("button", { name: "Merge" }).click();
await expect(page.getByText("Proposed changes merged successfully!")).toBeVisible();
Expand Down

0 comments on commit 876635a

Please sign in to comment.