Этот коммит содержится в:
yasserfaraazkhan
2024-03-20 23:09:45 +05:30
коммит произвёл GitHub
родитель 6ea363e260
Коммит 9e5d486a5b
33 изменённых файлов: 104 добавлений и 116 удалений

Просмотреть файл

@@ -243,11 +243,8 @@ describe('Upload Files', () => {
// # Set the viewport to mobile
cy.viewport('iphone-6');
// # Scan inside of the message input region
cy.findByLabelText('Login Successful message input complimentary region').should('be.visible').within(() => {
// * Check if the attachment button is present
cy.findByLabelText('Attachment Icon').should('be.visible').and('have.css', 'cursor', 'pointer');
});
// * Check if the attachment button is present
cy.findByLabelText('Attachment Icon').should('be.visible').and('have.css', 'cursor', 'pointer');
const imageFilename = 'jpg-image-file.jpg';
const imageType = 'JPG';