From 9c8c7f4c4747e4c8723fb4eb3c3b2384b013197a Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 11 Feb 2016 11:30:18 -0600 Subject: [PATCH] [timepicker] Update test selector --- test/support/pages/discover_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/pages/discover_page.js b/test/support/pages/discover_page.js index 79ef45ac8c5b..ab6d8f9c679f 100644 --- a/test/support/pages/discover_page.js +++ b/test/support/pages/discover_page.js @@ -28,7 +28,7 @@ define(function (require) { getTimespanText: function getTimespanText() { return thisTime - .findByCssSelector('a.navbar-timepicker-time-desc pretty-duration.ng-isolate-scope') + .findByCssSelector('.navbar-timepicker-time-desc pretty-duration') .getVisibleText(); },