File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed
design/adminhtml/Magento/backend/web/css/source/components Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 44
44
<dragAndDrop selector1 =" {{UnassignedAttributes.ProductAttributeName('$$createProductAttribute.attribute_code$$')}}" selector2 =" {{Group.FolderName('Product Details')}}" stepKey =" moveProductAttributeToGroup" />
45
45
<click selector =" {{AttributeSetSection.Save}}" stepKey =" saveAttributeSet" />
46
46
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
47
- <seeElement selector =" .message-success" stepKey =" assertSuccess" />
47
+ <waitForElementVisible selector =" .message-success" stepKey =" assertSuccess" />
48
48
<actionGroup ref =" FillAdminSimpleProductFormActionGroup" stepKey =" fillProductFieldsInAdmin" >
49
49
<argument name =" category" value =" $$createPreReqCategory$$" />
50
50
<argument name =" simpleProduct" value =" SimpleProduct" />
Original file line number Diff line number Diff line change 1
1
/************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
2
*
6
3
* Copyright 2018 Adobe
7
4
* All Rights Reserved.
14
11
* Dissemination of this information or reproduction of this material
15
12
* is strictly forbidden unless prior written permission is obtained
16
13
* from Adobe.
17
- ** ***********************************************************************
14
+ * ***********************************************************************
18
15
*/
19
16
20
17
define ( [
Original file line number Diff line number Diff line change 1
- /* ***********************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2015 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- *************************************************************************
1
+ /* *
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
18
4
*/
19
5
20
6
//
You can’t perform that action at this time.
0 commit comments