mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
Hygiene: Reduce nesting of test cases
The ABANDON_START action test cases were (accidentally?) nested under the FETCH_COMPLETE action test cases... Bug: T162373 Change-Id: Ia7866178162512602dedd7f70d62c17995ee5076
This commit is contained in:
parent
87be4be855
commit
91b1d5da42
|
@ -371,6 +371,7 @@ QUnit.test( 'FETCH_COMPLETE', function ( assert ) {
|
|||
state,
|
||||
'It should NOOP if the interaction has been finalised.'
|
||||
);
|
||||
} );
|
||||
|
||||
QUnit.test( 'ABANDON_START', function ( assert ) {
|
||||
var state = {
|
||||
|
@ -387,7 +388,6 @@ QUnit.test( 'FETCH_COMPLETE', function ( assert ) {
|
|||
'It should mark the link or preview as having been abandoned.'
|
||||
);
|
||||
} );
|
||||
} );
|
||||
|
||||
QUnit.test( 'ABANDON_END', function ( assert ) {
|
||||
var state,
|
||||
|
|
Loading…
Reference in a new issue