Skip to content

Commit f5db2a4

Browse files
author
dpavam
committed
Further ammends changes from other branches
1 parent 66d433a commit f5db2a4

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

spec/capybara_spec.rb

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,7 @@
201201
expect(File.basename(downloaded_file)).to eq('sequenceserver-xml_report.xml')
202202
clear_downloads
203203
end
204-
205-
it 'can send the URL by email' do
206-
# Do a BLASTP search. protein_query refers to the first two sequence in
207-
# protein_databases[0], so the top hits are the query sequences themselves.
208-
perform_search(query: protein_query,
209-
databases: protein_databases.values_at(0))
210-
211-
# Checks for mailto, URL and databases used in the message.
212-
href = page.find('#sendEmail')['href']
213-
expect(href).to include("mailto:?subject=SeqServ results")
214-
expect(href).to include(page.current_url)
215-
expect(href).to include(protein_databases.values_at(0).join())
216-
end
217-
204+
218205
it 'can show hit sequences in a modal' do
219206
# Do a BLASTP search. protein_query refers to the first two sequence in
220207
# protein_databases[0], so the top hits are the query sequences themselves.

0 commit comments

Comments
 (0)