Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/article.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ setup.describe('Article Tests Demo', { tag: tags.SMOKE }, () => {
await articlePage.clickAddElementButton();
await articlePage.expectNumDeleteButtonsPresent(2);
await articlePage.clickAddElementButton();
await articlePage.expectNumDeleteButtonsPresent(3);
// Forcing the test to fail here in "PR Builder" Test:
await articlePage.expectNumDeleteButtonsPresent();
});
await setup.step('Click Delete buttons', async () => {
/*
Expand Down
Loading