File tree Expand file tree Collapse file tree 3 files changed +268
-244
lines changed
JsTestDriver/testsuite/mage/form Expand file tree Collapse file tree 3 files changed +268
-244
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -270,9 +270,12 @@ define([
270270 jasmine . clock ( ) . uninstall ( ) ;
271271 } ) ;
272272
273- // Backend jquery-ui version has a diferent behavior on create that will add ui-dialog-titlebar anyway.
274- // This test is only valid with frontend's version
275- // @TODO : Re-design Jasmine settings to match a selective architecture for testing in order to split them.
273+ /*
274+ * jQuery ui version 1.9.2 belongs to the adminhtml.
275+ *
276+ * This test will fail on backend since backend's jquery.ui will
277+ * add ui-dialog-titlebar class anyway on create.
278+ */
276279 if ( $ . ui . version !== '1.9.2' ) {
277280 it ( 'check if the title bar is prevented from being created' , function ( ) {
278281 var dialog = $ ( '<div/>' ) ,
You can’t perform that action at this time.
0 commit comments