7 lines
188 B
JavaScript
7 lines
188 B
JavaScript
![]() |
export const SEO_FORM = {
|
||
|
editSeoSettings: "[data-test-id='edit-seo']",
|
||
|
slugInput: "[name='slug']",
|
||
|
titleInput: "[name='seoTitle']",
|
||
|
descriptionInput: "[name='seoDescription']"
|
||
|
};
|