Skip to content

Commit

Permalink
update test for IE compatibililty
Browse files Browse the repository at this point in the history
  • Loading branch information
arongraham-ge committed Jan 4, 2019
1 parent 66a747e commit a03091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/px-dropdown-custom-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Custom Automation Tests for px-dropdown", function(done) {
);
const triggerSize = px_dropdown_button.getBoundingClientRect();

expect(Math.trunc(triggerSize.width) == 400).to.be.true;
expect(Math.floor(triggerSize.width) == 400).to.be.true;
done();
});
};
Expand Down

0 comments on commit a03091b

Please sign in to comment.