e2e: remove redundant action from logout step

This commit is contained in:
mahula 2025-05-06 20:51:03 +02:00
parent 1de56a6bcf
commit ae90cbcda1

View File

@ -13,6 +13,5 @@ defineStep('I log out', () => {
cy.get('.avatar-menu-popover')
.find('a[href="/logout"]')
.click()
cy.reload(true)
cy.waitForNetworkIdle(2000)
})