File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments