Skip to content

Commit

Permalink
reverting back to original test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul0813 committed Dec 13, 2017
1 parent f562d7f commit 4ba3d4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/specs/fields/fieldSelect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ describe("fieldSelect.vue", function () {

it("should contain a <non selected> element", () => {
let options = input.querySelectorAll("option");
// "none selected" options are always disabled
expect(options[0].disabled).to.be.true;
expect(options[0].disabled).to.be.false;
expect(options[0].textContent).to.be.equal("<Nothing selected>");
});

Expand Down

0 comments on commit 4ba3d4a

Please sign in to comment.