diff --git a/package-lock.json b/package-lock.json index 5213ab5..d3f413e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.228", "license": "AGPL-3.0", "dependencies": { - "@processmaker/cypress-utils": "^1.0.225" + "@processmaker/cypress-utils": "^1.0.228" }, "devDependencies": { "@4tw/cypress-drag-drop": "^2.2.5", @@ -91,11 +91,11 @@ } }, "node_modules/@processmaker/cypress-utils": { - "version": "1.0.225", - "resolved": "https://registry.npmjs.org/@processmaker/cypress-utils/-/cypress-utils-1.0.225.tgz", - "integrity": "sha512-TJB1yWk+RaOW8yn4G10M+I9NKLqIyZc0JvELhLn/q4jTGYfjfxpRC6gRT434SOhM2Oz+xoYxMKb7mtC6BsO/sw==", + "version": "1.0.228", + "resolved": "https://registry.npmjs.org/@processmaker/cypress-utils/-/cypress-utils-1.0.228.tgz", + "integrity": "sha512-5wVSw8zQJi0c5HZ4g60CDsBB4dYClyebJBONLYl3UlKibCExUaXHFTP9+MlFD2zKbRr7GPTAw+H8itHY8sKEPQ==", "dependencies": { - "@processmaker/cypress-utils": "^1.0.224" + "@processmaker/cypress-utils": "^1.0.225" } }, "node_modules/@types/node": { @@ -2344,11 +2344,11 @@ } }, "@processmaker/cypress-utils": { - "version": "1.0.225", - "resolved": "https://registry.npmjs.org/@processmaker/cypress-utils/-/cypress-utils-1.0.225.tgz", - "integrity": "sha512-TJB1yWk+RaOW8yn4G10M+I9NKLqIyZc0JvELhLn/q4jTGYfjfxpRC6gRT434SOhM2Oz+xoYxMKb7mtC6BsO/sw==", + "version": "1.0.228", + "resolved": "https://registry.npmjs.org/@processmaker/cypress-utils/-/cypress-utils-1.0.228.tgz", + "integrity": "sha512-5wVSw8zQJi0c5HZ4g60CDsBB4dYClyebJBONLYl3UlKibCExUaXHFTP9+MlFD2zKbRr7GPTAw+H8itHY8sKEPQ==", "requires": { - "@processmaker/cypress-utils": "^1.0.224" + "@processmaker/cypress-utils": "^1.0.225" } }, "@types/node": { diff --git a/package.json b/package.json index ee4b249..897970a 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "date-fns": "^3.6.0" }, "dependencies": { - "@processmaker/cypress-utils": "^1.0.225" + "@processmaker/cypress-utils": "^1.0.228" } } diff --git a/selectors/dataConnectors.js b/selectors/dataConnectors.js index d261dfc..c37a598 100644 --- a/selectors/dataConnectors.js +++ b/selectors/dataConnectors.js @@ -26,7 +26,7 @@ export default { resourceNmeTxt:'[name="purpose"]', CategoryTxt: '[class="multiselect__tag"] span', dataSourceIndex: '//div[@id="dataSourceIndex"]//div[@id="search"]//input', - dataSourceIndexLoading: '//div[@id="dataSourceIndex"]//div[@class="jumbotron jumbotron-fluid"]//h3[text()="Loading"]', + dataSourceIndexLoading: '//div[@id="dataSourceIndex"]//div[@class="jumbotron jumbotron-fluid"]//h3', dataSourceEllipsis: '//*[@id="dataSourceIndex"]/div[2]/div[2]/table/tbody/tr/td[7]/div/button', dataSourceEditButtonForSpecificUser: '//*[@id="dataSourceIndex"]/div[2]/div[2]/table/tbody/tr/td[7]/div/ul/div/li[1]/a', dataSourceRemoveButtonForSpecificUser: '//*[@id="dataSourceIndex"]/div[2]/div[2]/table/tbody/tr/td[7]/div/ul/div/li[4]/a',