From 34e2170fafc2ded093101a7cedb18d0e407ccdaf Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 19 Jun 2014 14:36:47 +1000 Subject: [PATCH] Patching some regressions --- app/views/home/_fat.html.haml | 12 ------------ spec/support/request/ui_component_helper.rb | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/app/views/home/_fat.html.haml b/app/views/home/_fat.html.haml index 5b3ce5d01f..a15ecd1e14 100644 --- a/app/views/home/_fat.html.haml +++ b/app/views/home/_fat.html.haml @@ -38,15 +38,3 @@ %a{"bo-href" => "hub.path"} %i.ofn-i_007-caret-right -.row.active_table_row.link{"ng-show" => "open()", "bo-if" => "!hub.active"} - .columns.small-11 - %a{"bo-href" => "hub.path", "ofn-empties-cart" => "hub", - "active-table-hub-link" => "hub", - change: "Change hub to (disabled)", shop: "Shop at (disabled)"} - - .columns.small-1.text-right - - %a{"bo-href" => "hub.path"} - %i.ofn-i_007-caret-right - - diff --git a/spec/support/request/ui_component_helper.rb b/spec/support/request/ui_component_helper.rb index fcd3ce56f8..269f28cca1 100644 --- a/spec/support/request/ui_component_helper.rb +++ b/spec/support/request/ui_component_helper.rb @@ -64,6 +64,6 @@ module UIComponentHelper def follow_active_table_node(name) expand_active_table_node(name) - find(".active_table_node a", text: "Shop at #{name}").click + find(".active_table_node a", text: "#{name}").click end end