Skip to content

Commit

Permalink
Fix E2E test for index-management-dashboards-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks authored and SuZhou-Joe committed Sep 11, 2024
1 parent 26ad614 commit 8b4e992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Aliases', () => {
describe('can create a alias with wildcard and specific name', () => {
it('successfully', () => {
cy.get('[data-test-subj="Create aliasButton"]').click();
cy.get('[data-test-subj="form-name-alias"]').type(CREATE_ALIAS);
cy.get('[data-test-subj="form-name-alias"] input').type(CREATE_ALIAS);
cy.get(
'[data-test-subj="form-name-indexArray"] [data-test-subj="comboBoxSearchInput"]'
).type(`${EDIT_INDEX}{enter}${SAMPLE_INDEX_PREFIX}-*{enter}`);
Expand Down

0 comments on commit 8b4e992

Please sign in to comment.