Example #1
0
 /**
  * @When /^I unset theme on (that channel)$/
  */
 public function iUnsetThemeOnChannel(ChannelInterface $channel)
 {
     $this->channelUpdatePage->open(['id' => $channel->getId()]);
     $this->channelUpdatePage->unsetTheme();
     $this->channelUpdatePage->update();
 }