Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Aug 21, 2024
1 parent 95cc829 commit 62c45b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe("Aliases", () => {
cy.get('[data-test-subj="form-name-indexArray"] [data-test-subj="comboBoxSearchInput"]').type(
`${EDIT_INDEX}{enter}${SAMPLE_INDEX_PREFIX}-*{enter}`
);
cy.get(".euiModalFooter .euiButton--fill").click({ force: true }).get('[data-test-subj="9 more"]').should("exist");
cy.get('[data-test-subj="createAliasButton"]').click({ force: true }).get('[data-test-subj="9 more"]').should("exist");
});
});

Expand Down

0 comments on commit 62c45b3

Please sign in to comment.