We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7466a76 commit 1e172edCopy full SHA for 1e172ed
1 file changed
spec/integration/teams_spec.rb
@@ -60,6 +60,7 @@
60
it 'includes optional parameter' do
61
expect(SlackRubyBotServer::Service.instance).to receive(:create!).with(instance_of(Team), { state: 'property' })
62
visit '/?v2&code=code&state=property'
63
+ expect(page.find('#messages')).to have_content 'Team successfully registered!'
64
end
65
66
context 'homepage' do
0 commit comments