From 138fbf0d6c609c7d926b9dff10472d68efab8457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Sun, 9 Oct 2016 23:56:42 +0200 Subject: [PATCH] refactor(jqLite): wrap the jqueryVersion binding in a span Protractor's by.binding selector selects the whole element in which the binding is contained as otherwise it can't know which bit of text has been interpolated. It's safer to wrap the binding in a span so that we're sure what the e2e tests are exactly testing. --- test/e2e/fixtures/ng-jq-jquery/index.html | 2 +- test/e2e/fixtures/ng-jq/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/fixtures/ng-jq-jquery/index.html b/test/e2e/fixtures/ng-jq-jquery/index.html index d98f4ca96..15c4a6c0c 100644 --- a/test/e2e/fixtures/ng-jq-jquery/index.html +++ b/test/e2e/fixtures/ng-jq-jquery/index.html @@ -1,7 +1,7 @@ - {{jqueryVersion}} + {{jqueryVersion}}