From 62eafa4eecdc26946614b05a7ae44d9a5650a4fd Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 1 Mar 2017 22:43:14 +0000 Subject: [PATCH] test(aio): fix up links in app e2e test --- aio/e2e/app.po.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/e2e/app.po.ts b/aio/e2e/app.po.ts index 19a1a27ec0..54dc8126c5 100644 --- a/aio/e2e/app.po.ts +++ b/aio/e2e/app.po.ts @@ -5,7 +5,7 @@ export class SitePage { links = element.all(by.css('md-toolbar a')); docViewer = element(by.css('aio-doc-viewer')); codeExample = element.all(by.css('aio-doc-viewer pre > code')); - featureLink = element(by.css('md-toolbar a[aioNavLink="features"]')); + featureLink = element(by.css('md-toolbar a[href="features"]')); navigateTo() { return browser.get('/');