Merge "selenium: Document when, how and why a test is skipped"

This commit is contained in:
jenkins-bot 2024-07-11 15:25:08 +00:00 committed by Gerrit Code Review
commit e256fca1ad

View file

@ -156,6 +156,7 @@ describe( 'Filter editing', () => {
assert( await ViewEditPage.error.isDisplayed() );
} );
// Skipped on 2023-04-04 in 905717 because of T334001
it.skip( 'data is retained if saving fails', async () => {
const rulesValue = await ViewEditPage.rules.getValue();
assert.strictEqual( rulesValue, rules + '\n' );