Skip to content

Commit 94f3f2d

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-49767: Merchant can't save & continue editing the Design Configuration
1 parent fc1d8e4 commit 94f3f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Design/Config/Edit/SaveButtonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testGetButtonData()
3232
$result = $this->block->getButtonData();
3333

3434
$this->assertArrayHasKey('label', $result);
35-
$this->assertEquals($result['label'], __('Save'));
35+
$this->assertEquals($result['label'], __('Save Configuration'));
3636
$this->assertArrayHasKey('data_attribute', $result);
3737
$this->assertTrue(is_array($result['data_attribute']));
3838
}

0 commit comments

Comments
 (0)