We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c867260 commit adddaa2Copy full SHA for adddaa2
repo/tests/selenium/specs/item.js
@@ -88,7 +88,7 @@ describe( 'item', () => {
88
await expect( ItemPage.editButton ).not.toExist();
89
} );
90
91
- it( 'has its label not rendered when linked on a Wikipage', async () => {
+ it.skip( 'has its label not rendered when linked on a Wikipage', async () => {
92
const itemId = await WikibaseApi.createItem( Util.getTestString( 'T111346-' ) );
93
await EntityPage.open( itemId );
94
0 commit comments