Updated failing e2e test

This commit is contained in:
Jason Kytros 2023-09-01 12:54:05 +03:00
parent 4af01af796
commit 4aeabe64ef
1 changed files with 2 additions and 2 deletions

View File

@ -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' )