From 9ed9894a45cdf66f75f23caac6ba9b7a647b0fe8 Mon Sep 17 00:00:00 2001 From: PaolaPellegrini <51709910+PaolaPellegrini@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:26:38 -0400 Subject: [PATCH] selector for TCP4-3707 --- selectors/screenTemplate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/selectors/screenTemplate.js b/selectors/screenTemplate.js index a6c6c01..bdb3b43 100644 --- a/selectors/screenTemplate.js +++ b/selectors/screenTemplate.js @@ -44,6 +44,7 @@ export default { totalPaginationScreenSharedTemplate:'[data-cy="public-templates-pagination"] span[class="pagination-total"]', saveButtonConfiguration: '//button[text()="Save"]', txtDescriptionConfiguration: '//*[@id="description-text"]', + versionConfiguration: '//*[@id="version-text"]', } \ No newline at end of file