Skip to content

Commit 1be286f

Browse files
authored
Remove test case using js: true (#313)
1 parent 5018044 commit 1be286f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/features/projects_manage_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,6 @@
145145
expect(page.source).to include("php upgrade")
146146
end
147147

148-
it "allows me to export a CSV" do
149-
visit project_path(id: project.id)
150-
find("#import-export").click
151-
152-
click_on "Export"
153-
expect(page.source).to include("php upgrade")
154-
end
155-
156148
it "allows me to import a CSV" do
157149
visit project_path(id: project.id)
158150
find("#import-export").click

0 commit comments

Comments
 (0)