Skip to content

Commit 69831d0

Browse files
Update packages/compass-global-writes/src/components/shard-zones-table.spec.tsx
Co-authored-by: Sergey Petushkov <[email protected]>
1 parent 90c177a commit 69831d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-global-writes/src/components/shard-zones-table.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ describe('Compass GlobalWrites Plugin', function () {
8888
expect(searchInput).to.be.visible;
8989
userEvent.type(searchInput, 'Slo');
9090
const rows = screen.getAllByRole('row');
91-
// screen.debug(rows[1]);
9291
expect(rows).to.have.lengthOf(2); // 1 header, 1 item
9392
expect(within(rows[1]).getByText('Slovakia (SK)')).to.be.visible;
9493
expect(within(rows[1]).getByText('Zone 2 (Location 2)')).to.be.visible;

0 commit comments

Comments
 (0)