We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5018044 commit 1be286fCopy full SHA for 1be286f
1 file changed
spec/features/projects_manage_spec.rb
@@ -145,14 +145,6 @@
145
expect(page.source).to include("php upgrade")
146
end
147
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
156
it "allows me to import a CSV" do
157
visit project_path(id: project.id)
158
find("#import-export").click
0 commit comments