Skip to content

Commit ae67823

Browse files
committed
Removed page reload step for snapshot list table
There is no need to refresh the page now that the bug(PR-526) is fixed!
1 parent 86df232 commit ae67823

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_playwright-tests/UI/RepositoryPackages.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ test.describe('Snapshot Package Count and List', async () => {
6262
.textContent();
6363
await editedRow.getByRole('button', { name: 'Kebab toggle' }).click();
6464
await page.getByRole('menuitem', { name: 'View all snapshots' }).click();
65-
// refresh page to get the updated snapshot
66-
await page.reload();
6765
const editedRepoSnapshotPackagesColumn = await page
6866
.getByTestId('snapshot_package_count_button')
6967
.first()

0 commit comments

Comments
 (0)