Skip to content

Commit

Permalink
Remove test case using js: true (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdros committed Oct 10, 2023
1 parent 5018044 commit 1be286f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/features/projects_manage_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@
expect(page.source).to include("php upgrade")
end

it "allows me to export a CSV" do
visit project_path(id: project.id)
find("#import-export").click

click_on "Export"
expect(page.source).to include("php upgrade")
end

it "allows me to import a CSV" do
visit project_path(id: project.id)
find("#import-export").click
Expand Down

0 comments on commit 1be286f

Please sign in to comment.