
* test for product create * tests for creating product * create new expect product info utils file
6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
export const SEO_FORM = {
|
|
editSeoSettings: "[data-test-id='edit-seo']",
|
|
slugInput: "[name='slug']",
|
|
titleInput: "[name='seoTitle']",
|
|
descriptionInput: "[name='seoDescription']"
|
|
};
|