Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Sep 30, 2021
1 parent ba3ec72 commit c25a569
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('ReindexProgress', () => {
steps={
Array [
Object {
"status": "incomplete",
"status": "inProgress",
"title": <FormattedMessage
defaultMessage="Setting old index to read-only"
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.checklistStep.reindexingChecklist.readonlyStepTitle"
Expand Down Expand Up @@ -131,7 +131,7 @@ describe('ReindexProgress', () => {
steps={
Array [
Object {
"status": "incomplete",
"status": "inProgress",
"title": <FormattedMessage
defaultMessage="Setting old index to read-only"
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.checklistStep.reindexingChecklist.readonlyStepTitle"
Expand Down

0 comments on commit c25a569

Please sign in to comment.