We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4972f2 commit a6346caCopy full SHA for a6346ca
test/e2e/scenarios.js
@@ -570,7 +570,8 @@ describe("my app", function() {
570
expect(util.getResult('$("#grid1_fixed tbody tr:eq(2) td")[0].innerHTML')).toBe("Aniseed Syrup");
571
expect(util.getResult('$("#grid1 tbody tr:eq(2) td")[2].innerHTML')).toBe("2");
572
//the other values should be preserved
573
- expect(util.getResult('$("#grid1 tbody tr:eq(1) td")[2].innerHTML')).toBe("24 - 12 oz bottles");
+ expect(util.getResult('$("#grid1 tbody tr:eq(1) td")[2].innerHTML'))
574
+ .toBe(util.getResult('angular.element("#grid1").scope().northwind[1].UnitsOnOrder.toString()'));
575
});
576
577
0 commit comments