Skip to content

Commit 47a73b5

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-51203' into MAGETWO-51824
2 parents daacad9 + 4a3a7da commit 47a73b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Ui/view/base/web/js/modal/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ define([
221221
this._createOverlay();
222222
this._setActive();
223223
this._setKeyListener();
224-
this.modal.one(this.options.transitionEvent, _.bind(this._trigger, this, 'opened'));
225224
this.modal.one(this.options.transitionEvent, _.bind(this._setFocus, this, 'end', 'opened'));
225+
this.modal.one(this.options.transitionEvent, _.bind(this._trigger, this, 'opened'));
226226
this.modal.addClass(this.options.modalVisibleClass);
227227

228228
if (!this.options.transitionEvent) {

dev/tests/api-functional/testsuite/Magento/Downloadable/Api/ProductRepositoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class ProductRepositoryTest extends WebapiAbstract
2929

3030
protected function setUp()
3131
{
32-
$this->markTestSkipped('Test skiped due to MAGETWO-46832');
3332
$this->testImagePath = __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'test_image.jpg';
3433
}
3534

0 commit comments

Comments
 (0)