Skip to content

Commit

Permalink
didn't save the file before adding
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jan 28, 2022
1 parent 839fe7f commit 2833849
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dashboard/test/system/products_dev_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def setup
assert_selector 'tr', count: 12
end

<<<<<<< HEAD
test 'pressing bundle install' do
visit(product_url('dev', 'dashboard'))
assert find('#product_cli_modal', visible: :hidden)
Expand Down Expand Up @@ -103,7 +102,6 @@ def setup
assert find('#product_cli_modal', visible: :visible)
click_button('product_cli_modal_button')
assert find('#product_cli_modal', visible: :hidden)
=======
test 'picking a new icon' do
Dir.mktmpdir do |dir|
FileUtils.cp_r("test/fixtures/sys_with_gateway_apps/dashboard", dir)
Expand All @@ -127,6 +125,5 @@ def setup
assert_equal current_path, product_path('dev', 'dashboard')
assert_equal expected_manifest, actual_manifest
end
>>>>>>> 4358621c (add a test case and some small tweaks)
end
end

0 comments on commit 2833849

Please sign in to comment.