Skip to content

Commit

Permalink
remove odd space
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Sep 1, 2017
1 parent eb4a275 commit 3ce8d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/-private/properties/click-on-text-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ moduleForProperty('clickOnText', function(test) {
}, /page\.foo\.bar\.baz\.qux/, 'Element not found');
});

test("doesn't raise an error when the element is not visible and `visible` is not set", function (assert) {
test("doesn't raise an error when the element is not visible and `visible` is not set", function(assert) {
assert.expect(1);

let page = create({
Expand Down

0 comments on commit 3ce8d1d

Please sign in to comment.