Skip to content

Commit c5b9f54

Browse files
committed
naming test files
1 parent 3892a95 commit c5b9f54

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

spec/system/institution_catalog_spec.rb renamed to spec/system/institution_berkeley_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
click_link('University of California Berkeley')
1919
end
2020

21-
it 'display record number' do
21+
it 'display total record number bigger than 3' do
2222
expect(find('.page-entries'))
2323

2424
total_record_num = find('.page-entries').text.split[-1].strip.to_i
File renamed without changes.

spec/system/restrict_record_spec.rb renamed to spec/system/restricted_access_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
expect(page).to have_link('Login to View and Download')
1212
end
1313

14-
it 'clicking login to view and download link' do
14+
it 'open calnet login page when clicking login to view and download link' do
1515
find('.btn.btn-default').click
1616
raw_url = page.current_url
1717
uri = URI.parse(raw_url)

0 commit comments

Comments
 (0)