Skip to content

Commit

Permalink
naming test files
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Jan 7, 2025
1 parent 3892a95 commit c5b9f54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
click_link('University of California Berkeley')
end

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

total_record_num = find('.page-entries').text.split[-1].strip.to_i
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
expect(page).to have_link('Login to View and Download')
end

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

0 comments on commit c5b9f54

Please sign in to comment.