Skip to content

Commit

Permalink
Remove obsolete end-to-end test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed Apr 13, 2020
1 parent fe73053 commit ac2d9cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/_assertion_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,4 @@ describe("END-TO-END: Assertion rendering", function() {
}, "'#element' doesn't have a property named 'XXX'. Did you misspell it?");
});

it("fails nicely when adding incompatible elements", function() {
assert.exception(function() {
element.width.plus(element.top).value();
}, "Size isn't compatible with Position");
});

});

0 comments on commit ac2d9cd

Please sign in to comment.