3604: Remove test for persistent/cache switch on wrong page.
authorTom Clegg <tom@curoverse.com>
Sun, 17 Aug 2014 18:05:11 +0000 (14:05 -0400)
committerTom Clegg <tom@curoverse.com>
Sun, 17 Aug 2014 18:05:11 +0000 (14:05 -0400)
apps/workbench/test/integration/collections_test.rb

index 8657aaa0e492308075f891e89f89aece2df7a6b3..5606fc437e450f5e330e859d89bc4ebb51c8d47f 100644 (file)
@@ -13,7 +13,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest
     page.assert_no_selector "div[data-persistent-state='#{oldstate}']"
   end
 
-  ['/collections', '/users/welcome'].each do |path|
+  ['/collections'].each do |path|
     test "Flip persistent switch at #{path}" do
       Capybara.current_driver = Capybara.javascript_driver
       uuid = api_fixture('collections')['foo_file']['uuid']