We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bb383 commit 7b3e532Copy full SHA for 7b3e532
cypress/e2e/settings/locale.spec.js
@@ -61,10 +61,13 @@ describe('Locale', () => {
61
cy.clickBtn('Import')
62
63
// Import the language bundle
64
- cy.get('#locale-import-input').selectFile('cypress/fixtures/locale/cs.zip', { force: true })
65
- cy.get('.file-view').should('exist')
+ cy.getCy('dropzone').selectFile('cypress/fixtures/locale/cs.zip', {
+ action: 'drag-drop'
66
+ })
67
+ cy.getCy('file-import_file').should('exist')
68
- cy.url().should('not.contain', 'import')
69
+ cy.getCy('flash_alert-success').should('exist')
70
+ cy.clickBtn('Done')
71
72
// Open detail
73
cy.clickListingItemAction('Czech', 'view')
0 commit comments