Skip to content

Commit

Permalink
Set selector more specific to change factory in the schema widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Dec 23, 2024
1 parent 5fa314e commit 5880acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('ControlPanel: Dexterity Content-Types Schema', () => {
// Add field
cy.get('button[id=addfield]').click();
cy.wait(2000);
cy.get('.modal .react-select-container').click().type('Choice{enter}');
cy.get('.modal div[id="field-factory"]').click().type('Choice{enter}');
cy.get('.modal input[id="field-title"]')
.type('Color')
.should('have.value', 'Color');
Expand Down

0 comments on commit 5880acb

Please sign in to comment.