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

Bug: T280652
Change-Id: I835e86ad663d77d2623637a06a27c7a90e007cb6
This commit is contained in:
Željko Filipin 2024-07-08 15:17:09 +02:00
parent bc08edbcbf
commit 78fe1911a4

View file

@ -42,6 +42,7 @@ describe( 'Echo', () => {
} );
// Skipped on 2022-01-17 in 754491 because of T299339
it.skip( 'checks for welcome message after signup', async () => {
const username = Util.getTestString( 'NewUser-' );