Skip to content

Commit 81de486

Browse files
authored
refactor(compass-indexes): index status in-progress to creating and add building COMPASS-9821 (#7272)
1 parent 2cf1699 commit 81de486

13 files changed

+661
-517
lines changed

packages/compass-indexes/src/components/indexes/indexes.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe('Indexes Component', function () {
203203
value: 1,
204204
},
205205
],
206-
status: 'inprogress',
206+
status: 'creating',
207207
buildProgress: 0,
208208
},
209209
],
@@ -217,7 +217,7 @@ describe('Indexes Component', function () {
217217
const indexStatusField = within(indexesList).getAllByTestId(
218218
'indexes-status-field'
219219
)[1];
220-
expect(indexStatusField).to.contain.text('In Progress');
220+
expect(indexStatusField).to.contain.text('Creating');
221221

222222
const dropIndexButton = within(indexesList).queryByTestId(
223223
'index-actions-delete-action'

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

Lines changed: 0 additions & 60 deletions
This file was deleted.

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

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)