Skip to content

Commit

Permalink
Merge pull request #2033 from opsmill/bab-disable-merge-pc-e2e-test
Browse files Browse the repository at this point in the history
Disable flaky E2E test: merge proposed change
  • Loading branch information
bilalabbad authored Jan 25, 2024
2 parents d90e1c1 + 876635a commit b1912a8
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 b1912a8

Please sign in to comment.