Usptream sync castme

This commit is contained in:
Senad Uka
2020-07-29 05:15:44 +00:00
parent 4f1ebb27d0
commit 9a29f1d13a
8 changed files with 177 additions and 8 deletions

View File

@@ -61,6 +61,17 @@ feature "Admin managing casting submissions" do
expect(page).to have_content cci.performer_name
end
scenario "admin can see copy url" do
cc = create(:casting_call)
cci = create(:casting_submission, casting_call: cc, zoom_meeting_url: "anything")
visit admin_casting_submissions_path
click_on manage_button
expect(page).to have_content "Copy URL"
end
private
def create_casting_submission_button