Skip to content

Commit

Permalink
update selection test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Oct 30, 2024
1 parent 6d10c4f commit e0774c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-pw/src/oss/specs/selection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extensionDatasetNamePairs.forEach(([extension, datasetName]) => {

await grid.openNthSample(1);
await modal.assert.verifySelectionCount(1);
await grid.url.back();
await modal.close();
await modal.assert.isClosed();
await grid.assert.isSelectionCountEqualTo(1);
});
Expand Down

0 comments on commit e0774c3

Please sign in to comment.