Skip to content

Commit

Permalink
15908 - Skipping failing smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
penny-lischer committed Sep 23, 2024
1 parent 32b5780 commit fb0a390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test.describe("Last Mile Failure page",
await expect(modal).toContainText(`Report ID:${reportIdCell}`);
});

test("table column 'Receiver' will open receiver edit page", async ({ lastMileFailuresPage, isMockDisabled }) => {
test.skip("table column 'Receiver' will open receiver edit page", async ({ lastMileFailuresPage, isMockDisabled }) => {
test.skip(!isMockDisabled, "Mocks are ENABLED, skipping test");
const receiver = tableRows(lastMileFailuresPage.page).nth(0).locator("td").nth(2);
const receiverCell = await receiver.getByRole("link").innerText();
Expand Down

0 comments on commit fb0a390

Please sign in to comment.