diff --git a/selectors/screenTemplate.js b/selectors/screenTemplate.js index a367fb2..a6c6c01 100644 --- a/selectors/screenTemplate.js +++ b/selectors/screenTemplate.js @@ -43,6 +43,7 @@ export default { totalPaginationScreenMyTemplate:'[data-cy="my-templates-pagination"] span[class="pagination-total"]', totalPaginationScreenSharedTemplate:'[data-cy="public-templates-pagination"] span[class="pagination-total"]', saveButtonConfiguration: '//button[text()="Save"]', + txtDescriptionConfiguration: '//*[@id="description-text"]', } \ No newline at end of file