We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0533b03 + 1dd4f65 commit 594ecdfCopy full SHA for 594ecdf
cypress/e2e/IconPicker.spec.js
@@ -9,8 +9,8 @@ context('IconPicker', () => {
9
it('allows the user to use the post picker to change an icon and displays it', () => {
10
cy.createPost({title: 'Icon Picker Example'});
11
cy.insertBlock('Icon Picker Example');
12
- cy.get('.component-icon-picker-inline-button').click();
13
- cy.get('.component-icon-picker-inline__content [placeholder="Search"]').type('tool');
+ cy.get('.component-icon-picker-inline-button').first().click();
+ cy.get('.component-icon-picker-inline__content [placeholder="Search"]').first().type('tool');
14
cy.get('.component-icon-picker-inline__content .components-checkbox-control').first().click({force: true});
15
16
cy.savePost();
0 commit comments