cypress: fix assertion in jsdialog test

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I07964dda90a89c2560df6e5d7e8c3b6f38551164
pull/8963/head
Szymon Kłos 2024-05-05 16:19:26 +02:00 committed by Szymon Kłos
parent c817690f8d
commit 57e14eb6ce
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'JSDialog Tests', function(
// some options are enabled
cy.cGet('#start_effect_list-input').should('not.be.disabled');
cy.cGet('#combo-input').should('be.disabled');
cy.cGet('#combo-input').should('not.be.visible');
cy.cGet('#anim_duration-input').should('not.be.disabled');
cy.cGet('#delay_value-input').should('not.be.disabled');