Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj committed Jan 8, 2025
1 parent 5ddfd75 commit 267c7e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('ControlPanel: Dexterity Content-Types Schema', () => {
cy.get('#toolbar-add').click();
cy.get('#toolbar-add-bike').click();
cy.get('input[name="title"]').type('Kona').should('have.value', 'Kona');
cy.get('.formtabs a').contains('Specifications').click();
cy.get('.formtabs a').click();
cy.get('.react-select-container[id="field-color"]')
.click()
.type('Green{enter}');
Expand Down

0 comments on commit 267c7e5

Please sign in to comment.