Skip to content

Commit f441d83

Browse files
authored
revert
1 parent c52aa98 commit f441d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ember_debug/view-debug-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ module('Ember Debug - View', function (hooks) {
951951

952952
assert
953953
.dom('.ember-inspector-tooltip-header', tooltip)
954-
.hasText('InElement');
954+
.hasText('<InElement>');
955955

956956
let actual = highlight.getBoundingClientRect();
957957
let expected = inElement.getBoundingClientRect();

0 commit comments

Comments
 (0)