Permalink
Browse files
Tuning disabled testsuites to run with ?draggable that TestSwarm adds
- Loading branch information
|
|
@@ -23,7 +23,7 @@ |
|
|
<script type="text/javascript" src="draggable_options.js"></script> |
|
|
<script type="text/javascript" src="draggable_tickets.js"></script> |
|
|
--> |
|
|
<script type="text/javascript">test("disabled", function() { ok(true, "disabled draggable testsuite"); });</script> |
|
|
<script type="text/javascript">test("draggable", function() { ok(true, "disabled draggable testsuite"); });</script> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|
|
|
@@ -24,7 +24,7 @@ |
|
|
<script type="text/javascript" src="droppable_options.js"></script> |
|
|
<script type="text/javascript" src="droppable_tickets.js"></script> |
|
|
--> |
|
|
<script type="text/javascript">test("disabled", function() { ok(true, "disabled droppable testsuite"); });</script> |
|
|
<script type="text/javascript">test("droppable", function() { ok(true, "disabled droppable testsuite"); });</script> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|
|
|
@@ -25,7 +25,7 @@ |
|
|
<script type="text/javascript" src="resizable_options.js"></script> |
|
|
<script type="text/javascript" src="resizable_tickets.js"></script> |
|
|
--> |
|
|
<script type="text/javascript">test("disabled", function() { ok(true, "disabled resizable testsuite"); });</script> |
|
|
<script type="text/javascript">test("resizable", function() { ok(true, "disabled resizable testsuite"); });</script> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|
|
|
@@ -23,7 +23,7 @@ |
|
|
<script type="text/javascript" src="selectable_options.js"></script> |
|
|
<script type="text/javascript" src="selectable_tickets.js"></script> |
|
|
--> |
|
|
<script type="text/javascript">test("disabled", function() { ok(true, "disabled selectable testsuite"); });</script> |
|
|
<script type="text/javascript">test("selectable", function() { ok(true, "disabled selectable testsuite"); });</script> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|
|
|
@@ -23,7 +23,7 @@ |
|
|
<script type="text/javascript" src="sortable_options.js"></script> |
|
|
<script type="text/javascript" src="sortable_tickets.js"></script> |
|
|
--> |
|
|
<script type="text/javascript">test("disabled", function() { ok(true, "disabled sortable testsuite"); });</script> |
|
|
<script type="text/javascript">test("sortable", function() { ok(true, "disabled sortable testsuite"); });</script> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|