Skip to content

Commit 10b2237

Browse files
committed
test: fix using ... vs …
1 parent c179d47 commit 10b2237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-indexes/src/components/regular-indexes-table/regular-index-actions.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('IndexActions Component', function () {
5858
expect(() => screen.getByTestId('index-building-spinner')).to.throw(
5959
/Unable to find/
6060
);
61-
expect(() => screen.getByText(/Building\.\.\. \d+%/)).to.throw(
61+
expect(() => screen.getByText(/Building \d+%/)).to.throw(
6262
/Unable to find/
6363
);
6464
});

0 commit comments

Comments
 (0)