Skip to content

Commit 305108f

Browse files
chore(e2e): apply oxfmt after rebase conflict resolution
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 086f57d commit 305108f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

e2e-tests/playwright/e2e/github-happy-path.spec.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,7 @@ test.describe("GitHub Happy path", { tag: "@blocked" }, () => {
235235
console.log("Clicking on Previous Page button");
236236
await rhdhInstance.clickPreviousPage();
237237
await common.waitForLoad();
238-
await rhdhInstance.verifyPRRows(
239-
allPRs,
240-
lastPagePRs - 5,
241-
lastPagePRs - 1,
242-
);
238+
await rhdhInstance.verifyPRRows(allPRs, lastPagePRs - 5, lastPagePRs - 1);
243239
});
244240

245241
test("Verify that the 5, 10, 20 items per page option properly displays the correct number of PRs", async () => {

0 commit comments

Comments
 (0)