Skip to content

Commit

Permalink
Update vocabularies functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-mauricio committed Dec 11, 2024
1 parent 187cc3e commit 195c362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ export class Execution {
cy.xpath("//label[text()='Object']/parent::div//input").type("La Leçon de ténèbres").type('{enter}');
const file1 = 'drone.jpg';
cy.get('input[data-cy="file-upload-button"]').attachFile(file1);
cy.xpath('//*[@data-cy="screen-field-array"]//span[contains(text(),"success")]').should('exist');
const file2 = 'sample.pdf';
cy.get('input[data-cy="file-upload-button"]').attachFile(file2);
cy.get('button[aria-label="New Submit"]').click();
Expand Down

0 comments on commit 195c362

Please sign in to comment.