Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Nov 24, 2015
1 parent 6a35e15 commit 67aa45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/api-demos/attribute-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('apidemo - attributes', function () {
});
it('should be able to find content description attribute', async () => {
let el = await driver.findElOrEls('name', 'Animation');
await driver.getAttribute('contentDescription').should.eventually.become("Animation");
await el.getAttribute('contentDescription').should.eventually.become("Animation");
});
it('should be able to find displayed attribute', async () => {
await driver.getAttribute('displayed', animationEl).should.eventually.become('true');
Expand Down

0 comments on commit 67aa45f

Please sign in to comment.