This commit is contained in:
Bert Owen 2014-06-23 01:43:17 +02:00
parent e0aebe0751
commit 49b84bcf2c
1 changed files with 3 additions and 3 deletions

View File

@ -152,8 +152,8 @@ describe "Create Session Flow", :js => true, :type => :feature, :capybara_featur
find('input#session-policy-standard[type="radio"][checked="checked"]')
find('input#session-policy-confirm[type="checkbox"]')
expect( find('select#session-musician-access').value ).to eq('musicians-approval')
expect( find('select#session-fans-access').value ).to eq('listen-chat-each')
page.should have_css('span.selected', text: "Musicians may join by approval")
page.should have_css('span.selected', text: "Fans may listen, chat with each other")
page.should have_css(".btn-back")
page.should have_css(".btn-next")
@ -210,7 +210,7 @@ describe "Create Session Flow", :js => true, :type => :feature, :capybara_featur
end
it "start a session after scheduling" do
pending "Waiting Brian to fix rsvp bug..."
# pending "Waiting Brian to fix rsvp bug..."
MusicSession.delete_all
schedule_session({creator: user1})