Skip to content

Commit

Permalink
Change shrinkIndexFlyout to page (#476)
Browse files Browse the repository at this point in the history
* Change ShrinkIndexFlyout to page

Signed-off-by: Binlong Gao <[email protected]>
  • Loading branch information
gaobinlong authored Dec 19, 2022
1 parent f385e96 commit a36ab02
Show file tree
Hide file tree
Showing 15 changed files with 2,011 additions and 1,163 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/indices_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ describe("Indices", () => {
// Shrink btn should be enabled
cy.get('[data-test-subj="Shrink Action"]').should("exist").should("not.have.class", "euiContextMenuItem-isDisabled").click();

// Check for Shrink index flyout
// Check for Shrink page
cy.contains("Shrink index");

// Enter target index name
Expand Down
Loading

0 comments on commit a36ab02

Please sign in to comment.