Skip to content

Commit

Permalink
Merge "selenium: Document when, how and why a test is skipped"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Oct 2, 2024
2 parents f1a6045 + 2cf3e5d commit ed2b9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions repo/tests/selenium/specs/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ describe( 'item', () => {
await expect( $( `#${propertyId}` ) ).toExist();
} );

// Skipped on 2023-08-16 in 949508 because of T343886
it.skip( 'old revisions do not have an edit link', async () => {
const itemId = await WikibaseApi.createItem( Util.getTestString( 'T95406-' ) );
const item = await WikibaseApi.getEntity( itemId );
Expand Down
1 change: 1 addition & 0 deletions repo/tests/selenium/specs/tainted-ref.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe( 'the Tainted icon', () => {
} );

// Skipped because of frequent failures, see T266706
// Skipped on 2023-12-15 in 983473 because of T266706
it.skip( 'should appear and disappear correctly', async () => {
await ItemPage.open( itemId );

Expand Down

0 comments on commit ed2b9f1

Please sign in to comment.