Skip to content

Commit

Permalink
corrected comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Dec 7, 2023
1 parent d89612e commit 27308f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/features/add_delete_edit_author_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ def last_name_fields
first_name_fields.last.set('ThirdFirstName')
last_name_fields.last.set('ThirdLastName')

# Step 12: Add fourth and fifth authors
# Add fourth and fifth authors
click_on 'Add Author'
first_name_fields.last.set('FourthFirstName')
last_name_fields.last.set('FourthLastName')
click_on 'Add Author'
first_name_fields.last.set('FifthFirstName')
last_name_fields.last.set('FifthLastName')

# Step 13: Remove the 'third' author
# Remove the 'third' author
remove_author_at_index(1)

# Step 14: Remove the 'fourth' author
# Remove the 'fourth' author
remove_author_at_index(1)

# Verify that there are now only 2 authors
Expand Down

0 comments on commit 27308f8

Please sign in to comment.