We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1d8e4 commit 94f3f2dCopy full SHA for 94f3f2d
app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Design/Config/Edit/SaveButtonTest.php
@@ -32,7 +32,7 @@ public function testGetButtonData()
32
$result = $this->block->getButtonData();
33
34
$this->assertArrayHasKey('label', $result);
35
- $this->assertEquals($result['label'], __('Save'));
+ $this->assertEquals($result['label'], __('Save Configuration'));
36
$this->assertArrayHasKey('data_attribute', $result);
37
$this->assertTrue(is_array($result['data_attribute']));
38
}
0 commit comments