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