Skip to content

Commit 0cd10c0

Browse files
committed
updated next label for consistency
1 parent 5912968 commit 0cd10c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/system/dashboard_system_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,12 @@
175175
expect(page).to have_content partner.profile.primary_contact_name
176176
expect(page).to have_link "Review Applicant's Profile", href: partner_path(id: partner) + "#partner-information"
177177
end
178+
binding.pry
178179
[partner_hidden1, partner_hidden2].each do |hidden_partner|
179180
expect(page).to_not have_content hidden_partner.name
180181
expect(page).to_not have_content hidden_partner.profile.primary_contact_email
181182
expect(page).to_not have_content hidden_partner.profile.primary_contact_name
182-
expect(page).to_not have_link "Review Application", href: partner_path(id: hidden_partner) + "#partner-information"
183+
expect(page).to_not have_link "Review Applicant's Profile", href: partner_path(id: hidden_partner) + "#partner-information"
183184
end
184185
end
185186
end

0 commit comments

Comments
 (0)