Making the auto-closing more granular on checkout

This commit is contained in:
Will Marshall
2014-06-03 13:06:27 +10:00
parent fc3402bbd0
commit 59c433881e
7 changed files with 19 additions and 19 deletions

View File

@@ -30,11 +30,3 @@ describe "AccordionCtrl", ->
scope.order =
id: 129
ctrl = $controller 'AccordionCtrl', {$scope: scope}
it "automatically closes all sections if the entire form is valid", ->
waitsFor ->
(scope.accordion.details and
scope.accordion.shipping and
scope.accordion.payment and
scope.accordion.billing) == false
, "the accordion to close", 100