Skip to content

Commit

Permalink
MAGETWO-57153: [Backport] - [Github] Custom options not displayed cor…
Browse files Browse the repository at this point in the history
…rectly on a store view level #2908 #5885 #5612 - for 2.1
  • Loading branch information
ameysar committed Sep 28, 2017
1 parent 63a6a54 commit 0fa2b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function setUp()
*/
public function testSaveOptionTitleCustomStore()
{
$this->saveOption($this->store, ['title' => 'drop_down option 1 sku Custom Store']);
$this->saveOption($this->store, ['title' => 'drop_down option Custom Store']);

self::assertEquals('drop_down option', $this->getOptionTitle());
self::assertEquals('drop_down option Custom Store', $this->getOptionTitle($this->store->getStoreId()));
Expand Down

0 comments on commit 0fa2b70

Please sign in to comment.