Update buttons in collection details page #3991
Annotations
2 errors and 1 notice
Run playwright tests:
playwright/tests/attributes.spec.ts#L183
1) [e2e] › attributes.spec.ts:163:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('metadata-key-input').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('metadata-key-input').first()
181 | await expect(attributesPage.attributeSelect).toBeVisible();
182 | await expect(attributesPage.attributeSelect).toHaveAttribute("aria-disabled", "true");
> 183 | await expect(attributesPage.metadataKeyInput).toBeVisible();
| ^
184 | await expect(attributesPage.metadataKeyInput).toHaveValue("new key");
185 | await expect(attributesPage.metadataValueInput).toHaveValue("new value");
186 | await expect(attributesPage.attributeDefaultLabelInput).toHaveValue(`updated ${attr.name}`);
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:183:51
|
Run playwright tests
Process completed with exit code 1.
|
Run playwright tests
1 failed
[e2e] › attributes.spec.ts:163:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
117 passed (5.0m)
|
Loading