mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 13:46:48 +00:00
Merge "selenium: Document when, how and why a test is skipped"
This commit is contained in:
commit
e256fca1ad
|
@ -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' );
|
||||
|
|
Loading…
Reference in a new issue