Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(acceptance) fix broker configuration with new output name: Stream…
Browse files Browse the repository at this point in the history
… connector
  • Loading branch information
loiclau committed Feb 7, 2018
1 parent 69e4a9c commit fdb8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/bootstrap/BrokerConfigurationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function iAddACustomOutput()
$page = $this->currentPage = new BrokerConfigurationPage($this);
$this->currentPage->setProperties($this->initialProperties);
$this->assertFind('css', '#c4')->click();
$this->selectInList('#block_output', 'Lua - Lua script');
$this->selectInList('#block_output', 'Generic - Stream connector');
$this->assertFind('css', 'a#add_output.btc.bt_success')->click();
$this->currentPage;

Expand Down

0 comments on commit fdb8b9e

Please sign in to comment.