Skip to content

Commit

Permalink
Update packages/compass-global-writes/src/components/shard-zones-tabl…
Browse files Browse the repository at this point in the history
…e.spec.tsx

Co-authored-by: Sergey Petushkov <[email protected]>
  • Loading branch information
paula-stacho and gribnoysup authored Oct 23, 2024
1 parent 90c177a commit 69831d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ describe('Compass GlobalWrites Plugin', function () {
expect(searchInput).to.be.visible;
userEvent.type(searchInput, 'Slo');
const rows = screen.getAllByRole('row');
// screen.debug(rows[1]);
expect(rows).to.have.lengthOf(2); // 1 header, 1 item
expect(within(rows[1]).getByText('Slovakia (SK)')).to.be.visible;
expect(within(rows[1]).getByText('Zone 2 (Location 2)')).to.be.visible;
Expand Down

0 comments on commit 69831d0

Please sign in to comment.