Updated failing e2e test
This commit is contained in:
parent
4af01af796
commit
4aeabe64ef
|
@ -41,8 +41,8 @@ test.describe( 'Add product attributes', () => {
|
||||||
test( 'can add custom product attributes', async ( { page } ) => {
|
test( 'can add custom product attributes', async ( { page } ) => {
|
||||||
const textbox_attributeName =
|
const textbox_attributeName =
|
||||||
page.getByPlaceholder( 'f.e. size or color' );
|
page.getByPlaceholder( 'f.e. size or color' );
|
||||||
const textbox_attributeValues = page.getByPlaceholder(
|
const textbox_attributeValues = page.getByLabel(
|
||||||
'Enter options for customers to choose from'
|
'Value(s):'
|
||||||
);
|
);
|
||||||
const checkbox_visible = page
|
const checkbox_visible = page
|
||||||
.getByText( 'Visible on the product page' )
|
.getByText( 'Visible on the product page' )
|
||||||
|
|
Loading…
Reference in New Issue