1
0

fix: give the dom some time to update for some tests to pass

This commit is contained in:
Dominik Pschenitschni
2021-10-02 22:47:13 +02:00
parent e064c3bf96
commit 60ef07da0f
3 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@ describe('User Settings', () => {
cy.get('input[name=avatarProvider][value=upload]')
.click()
cy.get('input[type=file]')
cy.get('input[type=file]', { timeout: 1000 })
.attachFile('image.jpg')
cy.get('.vue-handler-wrapper.vue-handler-wrapper--south .vue-simple-handler.vue-simple-handler--south')
.trigger('mousedown', {which: 1})