Lines Matching refs:areSame
27 Assert.areSame(oldLabel, node.getContent());
36 Assert.areSame(node, button);
38 Assert.areSame(newLabel, node.getContent());
48 Assert.areSame(oldLabel, node.getContent());
56 Assert.areSame(node, button);
58 Assert.areSame(newLabel, node.getContent());
68 Assert.areSame(oldLabel, node.getContent());
77 Assert.areSame(node, button);
79 Assert.areSame(newLabel, node.getContent());
89 Assert.areSame(oldLabel, node.getContent());
99 Assert.areSame(node, button);
101 Assert.areSame(newLabel, node.getContent());
102 Assert.areSame(newLabel, button.get('label'));
111 Assert.areSame('a', anchorButton.get('tagName').toLowerCase(), '`anchorButton` was not an <a>.');
112 Assert.areSame('foo', anchorButton.getAttribute('href').split('#')[1], '`anchorButton` did not have href "#foo".');