Skip to content

Commit

Permalink
Updated ckeditor editor test to use {enter} for alt text.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Nov 19, 2024
1 parent a2baae3 commit f4556b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cypress/e2e/3-civicactions-examples/drupal-ckeditor.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,7 @@ describe('CKEditor tests', () => {
cy.wait('@imageUpload')

// Type alternate text for image.
cy.get('.ck-input-text_empty').type('Fen selfie at a rally.')

// Click alternate text save button.
cy.get('.ck-button-save').click()
cy.get('.ck-input-text_empty').type('Fen selfie at a rally.{enter}')

// Save page.
cy.get('#edit-submit').click()
Expand Down

0 comments on commit f4556b9

Please sign in to comment.