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

Bug: T280652
Change-Id: I04539a8fe9d0bcab43eeebaa1cc89f011b711376
This commit is contained in:
John Bolorinos 2024-09-16 15:02:31 +02:00
parent 038b644186
commit 4c3710c035

View file

@ -42,6 +42,7 @@ describe( 'Toolbar', () => {
assert( await EditPage.helpPopup.isDisplayed() );
} );
// Skipped on 2023-06-21 in 931997 because of T296187
it.skip( 'should open special characters menu', async () => {
await EditPage.specialCharacterElement.click();
await EditPage.specialCharacterMenu.waitForDisplayed( { timeout: 1000 } );