Skip to content

Commit

Permalink
BAP-10421: Restore Selenium builds
Browse files Browse the repository at this point in the history
 - fixed Opportunity creation with one channel
  • Loading branch information
rgrebenchuk committed Jun 6, 2016
1 parent 5e92ed0 commit bbc0edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public function testCreateOpportunity()
$login->openOpportunities('OroCRM\Bundle\SalesBundle')
->add()
->setName($opportunityName)
->setChannel($channelName)
->setB2BCustomer($customer)
//->setChannel($channelName)
->setProbability('50')
->seBudget('100')
->setCustomerNeed('50')
Expand Down

0 comments on commit bbc0edc

Please sign in to comment.