From 1319887e95397d2d15a6a99b8882ac0fc23bf117 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Fri, 29 Aug 2014 14:34:33 -0400 Subject: [PATCH] UI Testing Automation Added an ID attribute to activity stream refresh button. --- awx/ui/static/js/lists/Streams.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/lists/Streams.js b/awx/ui/static/js/lists/Streams.js index 480c17eec2..de7b033d63 100644 --- a/awx/ui/static/js/lists/Streams.js +++ b/awx/ui/static/js/lists/Streams.js @@ -241,6 +241,7 @@ angular.module('StreamListDefinition', []) actions: { refresh: { mode: 'all', + id: 'activity-stream-refresh-btn', 'class': 'btn-xs', awToolTip: "Refresh the page", ngClick: "refreshStream()"