Skip to content

Commit b1ed802

Browse files
author
Viktor Kopin
committed
adobe-stock-integration#1813: fix static, add testcaseId
1 parent 235318a commit b1ed802

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/MediaGalleryUi/Test/Mftf/Test/AdminMediaGalleryDefaultViewWithoutFiltersTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<features value="AdminMediaGalleryDefaultViewWithoutFiltersTest"/>
1414
<useCaseId value="https://github.com/magento/adobe-stock-integration/issues/1813"/>
1515
<title value="User shouldn't see applied filters if media gallery switched to Default View"/>
16+
<testCaseId value="https://studio.cucumber.io/projects/131313/test-plan/folders/1320712/scenarios/5199870"/>
1617
<description value="No filters should be applied if Default View selected"/>
1718
<severity value="CRITICAL"/>
1819
<group value="media_gallery_ui"/>

app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/directory/directoryTree.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ define([
258258

259259
return;
260260
}
261+
261262
if (!_.isUndefined(this.bookmarks())) {
262263
if (!_.size(this.bookmarks().getViewData(this.bookmarks().defaultIndex))) {
263264
setTimeout(function () {

0 commit comments

Comments
 (0)