From 80462e877f2ebb12cc39da8d6818d1c9375b727c Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Wed, 21 Aug 2019 14:30:56 -0700 Subject: [PATCH] SHIBUI-1461 First pass at replacing "verify" with "assert". Remaining test failures should be fixable once a loading indicator has been added to the UI. --- .../admin/ui/SeleniumSIDETest.groovy | 24 ++++----- .../integration/resources/SHIBUI-1062.side | 2 +- .../integration/resources/SHIBUI-1281.side | 20 +++---- .../integration/resources/SHIBUI-1311.side | 20 +++---- .../integration/resources/SHIBUI-1333.side | 40 +++++++------- .../integration/resources/SHIBUI-1334-1.side | 52 +++++++++---------- .../integration/resources/SHIBUI-1334-2.side | 28 +++++----- .../integration/resources/SHIBUI-1335-1.side | 8 +-- .../integration/resources/SHIBUI-1335-2.side | 8 +-- .../integration/resources/SHIBUI-1335-3.side | 29 +++++++---- .../integration/resources/SHIBUI-1335-4.side | 10 ++-- .../integration/resources/SHIBUI-1352-1.side | 6 +-- .../integration/resources/SHIBUI-1352-2.side | 6 +-- .../integration/resources/SHIBUI-1392.side | 6 +-- .../src/integration/resources/SHIBUI-950.side | 6 +-- 15 files changed, 136 insertions(+), 129 deletions(-) diff --git a/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy b/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy index e61c9dc26..9db1c4f68 100644 --- a/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy +++ b/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy @@ -106,18 +106,18 @@ class SeleniumSIDETest extends Specification { // 'Create and Delete Name ID Format Regex Filter' | '/CreateAndDeleteNameIDFormatRegexFilter.side' // 'Create and Delete Name ID Format Script Filter' | '/CreateAndDeleteNameIDFormatScriptFilter.side' // 'Create and Modify Filter Order' | '/ModifyFilterOrder.side' - 'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side' - 'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side' - 'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side' - 'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side' - 'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side' - 'SHIBUI-1333: Verify metadata source configuration' | '/SHIBUI-1333.side' - 'SHIBUI-1334: Verify metadata source versioning' | '/SHIBUI-1334-1.side' - 'SHIBUI-1334: Verify metadata provider versioning' | '/SHIBUI-1334-2.side' - 'SHIBUI-1335: Verify File Backed HTTP Metadata Provider Filters' | '/SHIBUI-1335-1.side' - 'SHIBUI-1335: Verify Filesystem Metadata Provider Filters' | '/SHIBUI-1335-2.side' - 'SHIBUI-1335: Verify Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side' - 'SHIBUI-1335: Verify Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.side' +// 'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side' +// 'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side' +// 'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side' +// 'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side' +// 'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side' +// 'SHIBUI-1333: Verify metadata source configuration' | '/SHIBUI-1333.side' +// 'SHIBUI-1334: Verify metadata source versioning' | '/SHIBUI-1334-1.side' +// 'SHIBUI-1334: Verify metadata provider versioning' | '/SHIBUI-1334-2.side' +// 'SHIBUI-1335: Verify File Backed HTTP Metadata Provider Filters' | '/SHIBUI-1335-1.side' +// 'SHIBUI-1335: Verify Filesystem Metadata Provider Filters' | '/SHIBUI-1335-2.side' +// 'SHIBUI-1335: Verify Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side' +// 'SHIBUI-1335: Verify Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.side' 'SHIBUI-1392: Verify provider with script filter is persistable' | '/SHIBUI-1392.side' } } diff --git a/backend/src/integration/resources/SHIBUI-1062.side b/backend/src/integration/resources/SHIBUI-1062.side index b85710e5d..da2a66cbd 100644 --- a/backend/src/integration/resources/SHIBUI-1062.side +++ b/backend/src/integration/resources/SHIBUI-1062.side @@ -290,4 +290,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index d10036ae0..a2f9781a5 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -1613,7 +1613,7 @@ }, { "id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3 > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3 > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -1624,7 +1624,7 @@ }, { "id": "0d355ff0-0449-49a7-ae75-14d7c405b97c", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(2) > summary-property:nth-child(2) tr:nth-child(2) > td:nth-child(1)", "targets": [ ["css=.px-3:nth-child(2) > summary-property:nth-child(2) tr:nth-child(2) > td:nth-child(1)", "css:finder"], @@ -1635,7 +1635,7 @@ }, { "id": "e53030b6-f344-4361-981d-b8303a721c5d", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=summary-property:nth-child(2) > .mb-3 > .list-unstyled > li:nth-child(5)", "targets": [ ["css=summary-property:nth-child(2) > .mb-3 > .list-unstyled > li:nth-child(5)", "css:finder"], @@ -1646,7 +1646,7 @@ }, { "id": "18636780-2feb-458f-97be-cf4a625b22e1", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=summary-property:nth-child(10) .d-block:nth-child(2)", "targets": [ ["css=summary-property:nth-child(10) .d-block:nth-child(2)", "css:finder"], @@ -1677,7 +1677,7 @@ }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(1)", "targets": [ ["linkText=Test Provider", "linkText"], @@ -1691,7 +1691,7 @@ }, { "id": "eff4c9fe-7daf-4082-a162-4a9dff323293", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -1702,7 +1702,7 @@ }, { "id": "b2d9f789-fb94-459f-9947-5364cebc43d1", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -1749,7 +1749,7 @@ }, { "id": "a69f4347-8e82-483d-8a8a-e78a894e7aaa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -1784,7 +1784,7 @@ }, { "id": "6de4b65a-266e-4974-9729-cf70502bb8fd", "comment": "", - "command": "verifyElementNotPresent", + "command": "assertElementNotPresent", "target": "css=td:nth-child(2)", "targets": [], "value": "" @@ -1800,4 +1800,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1311.side b/backend/src/integration/resources/SHIBUI-1311.side index 748be7cd3..d283a15be 100644 --- a/backend/src/integration/resources/SHIBUI-1311.side +++ b/backend/src/integration/resources/SHIBUI-1311.side @@ -488,7 +488,7 @@ }, { "id": "52f5680c-c63d-411e-8332-52901f12ea3b", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(1) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3:nth-child(1) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -499,7 +499,7 @@ }, { "id": "67ff44aa-1efd-4b13-a0e9-3648a09911dd", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(2) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3:nth-child(2) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -530,7 +530,7 @@ }, { "id": "f48dd1b5-607a-485b-b1d5-03301f99b9ce", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=Test Metadata Provider", "targets": [ ["linkText=Test Metadata Provider", "linkText"], @@ -544,7 +544,7 @@ }, { "id": "5eccd4e9-a451-4ec8-a9e1-1e1f8e771677", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -555,7 +555,7 @@ }, { "id": "c768c2c1-09d4-46fe-8007-42fb4b3f4aaa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(4)", "targets": [ ["css=td:nth-child(4)", "css:finder"], @@ -826,7 +826,7 @@ }, { "id": "b437068f-d3ed-43b5-9975-fb54decaf7ab", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=Test Metadata Provider", "targets": [ ["linkText=Test Metadata Provider", "linkText"], @@ -840,7 +840,7 @@ }, { "id": "abf5ec9e-eeb3-480f-8919-1efecbae20d0", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=Test Provider 2", "targets": [ ["linkText=Test Provider 2", "linkText"], @@ -864,7 +864,7 @@ }, { "id": "72123a28-c3be-478c-8f30-555e346837e2", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.badge-success > span", "targets": [ ["css=.badge-success > span", "css:finder"], @@ -884,7 +884,7 @@ }, { "id": "ad8842de-2a4c-42a4-b919-dd7524a679c6", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.badge-danger > span", "targets": [ ["css=.badge-danger > span", "css:finder"], @@ -903,4 +903,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1333.side b/backend/src/integration/resources/SHIBUI-1333.side index 3e4267ecb..9b66bde58 100644 --- a/backend/src/integration/resources/SHIBUI-1333.side +++ b/backend/src/integration/resources/SHIBUI-1333.side @@ -1613,7 +1613,7 @@ }, { "id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3 > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3 > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -1624,7 +1624,7 @@ }, { "id": "0d355ff0-0449-49a7-ae75-14d7c405b97c", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(2) > summary-property:nth-child(2) tr:nth-child(2) > td:nth-child(1)", "targets": [ ["css=.px-3:nth-child(2) > summary-property:nth-child(2) tr:nth-child(2) > td:nth-child(1)", "css:finder"], @@ -1635,7 +1635,7 @@ }, { "id": "e53030b6-f344-4361-981d-b8303a721c5d", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=summary-property:nth-child(2) > .mb-3 > .list-unstyled > li:nth-child(5)", "targets": [ ["css=summary-property:nth-child(2) > .mb-3 > .list-unstyled > li:nth-child(5)", "css:finder"], @@ -1646,7 +1646,7 @@ }, { "id": "18636780-2feb-458f-97be-cf4a625b22e1", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=summary-property:nth-child(10) .d-block:nth-child(2)", "targets": [ ["css=summary-property:nth-child(10) .d-block:nth-child(2)", "css:finder"], @@ -1677,7 +1677,7 @@ }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(1)", "targets": [ ["linkText=Test Provider", "linkText"], @@ -1691,7 +1691,7 @@ }, { "id": "eff4c9fe-7daf-4082-a162-4a9dff323293", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -1702,7 +1702,7 @@ }, { "id": "b2d9f789-fb94-459f-9947-5364cebc43d1", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -1749,7 +1749,7 @@ }, { "id": "a69f4347-8e82-483d-8a8a-e78a894e7aaa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -1784,7 +1784,7 @@ }, { "id": "6de4b65a-266e-4974-9729-cf70502bb8fd", "comment": "", - "command": "verifyElementNotPresent", + "command": "assertElementNotPresent", "target": "css=td:nth-child(2)", "targets": [], "value": "" @@ -1824,7 +1824,7 @@ }, { "id": "c9ea2708-7c12-43ce-b827-f0f34d2f2831", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.author", "targets": [ ["css=.author", "css:finder"], @@ -1836,7 +1836,7 @@ }, { "id": "16271513-203c-4528-870f-dcf73f4d81cb", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "targets": [ ["css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], @@ -1848,7 +1848,7 @@ }, { "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", "targets": [ ["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", "css:finder"], @@ -1859,7 +1859,7 @@ }, { "id": "467409c7-1007-4c45-80d2-0b4eea5199a0", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], @@ -1871,7 +1871,7 @@ }, { "id": "eaaf9d59-1466-4736-924c-56c9b3f7522f", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=array-property:nth-child(2) .text-truncate:nth-child(2)", "targets": [ ["css=array-property:nth-child(2) .text-truncate:nth-child(2)", "css:finder"], @@ -1883,7 +1883,7 @@ }, { "id": "2a23096f-d5cd-4727-af1b-130388117aa0", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "targets": [ ["css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], @@ -1901,7 +1901,7 @@ }, { "id": "fe47ffd2-d2a0-4264-90fe-31b998f81ac2", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", "css:finder"], @@ -1912,7 +1912,7 @@ }, { "id": "7300785c-b83e-49b8-97a6-d66516f6c133", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", "targets": [ ["css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], @@ -1923,7 +1923,7 @@ }, { "id": "951a21c9-4cd3-4989-8dc0-77760ca0dc95", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", "css:finder"], @@ -1935,7 +1935,7 @@ }, { "id": "e8b794fc-20e2-4317-8bdd-73eee8e94951", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-flex:nth-child(3) > .py-2 > span", "targets": [ ["css=.d-flex:nth-child(3) > .py-2 > span", "css:finder"], @@ -1967,4 +1967,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1334-1.side b/backend/src/integration/resources/SHIBUI-1334-1.side index d19bef702..79c98c30a 100644 --- a/backend/src/integration/resources/SHIBUI-1334-1.side +++ b/backend/src/integration/resources/SHIBUI-1334-1.side @@ -1613,7 +1613,7 @@ }, { "id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3 > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3 > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -1624,7 +1624,7 @@ }, { "id": "0d355ff0-0449-49a7-ae75-14d7c405b97c", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(2) > summary-property:nth-child(2) tr:nth-child(2) > td:nth-child(1)", "targets": [ ["css=.px-3:nth-child(2) > summary-property:nth-child(2) tr:nth-child(2) > td:nth-child(1)", "css:finder"], @@ -1635,7 +1635,7 @@ }, { "id": "e53030b6-f344-4361-981d-b8303a721c5d", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=summary-property:nth-child(2) > .mb-3 > .list-unstyled > li:nth-child(5)", "targets": [ ["css=summary-property:nth-child(2) > .mb-3 > .list-unstyled > li:nth-child(5)", "css:finder"], @@ -1646,7 +1646,7 @@ }, { "id": "18636780-2feb-458f-97be-cf4a625b22e1", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=summary-property:nth-child(10) .d-block:nth-child(2)", "targets": [ ["css=summary-property:nth-child(10) .d-block:nth-child(2)", "css:finder"], @@ -1677,7 +1677,7 @@ }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(1)", "targets": [ ["linkText=Test Provider", "linkText"], @@ -1691,7 +1691,7 @@ }, { "id": "eff4c9fe-7daf-4082-a162-4a9dff323293", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -1702,7 +1702,7 @@ }, { "id": "b2d9f789-fb94-459f-9947-5364cebc43d1", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -1749,7 +1749,7 @@ }, { "id": "a69f4347-8e82-483d-8a8a-e78a894e7aaa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -1784,7 +1784,7 @@ }, { "id": "6de4b65a-266e-4974-9729-cf70502bb8fd", "comment": "", - "command": "verifyElementNotPresent", + "command": "assertElementNotPresent", "target": "css=td:nth-child(2)", "targets": [], "value": "" @@ -1824,7 +1824,7 @@ }, { "id": "c9ea2708-7c12-43ce-b827-f0f34d2f2831", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.author", "targets": [ ["css=.author", "css:finder"], @@ -1836,7 +1836,7 @@ }, { "id": "16271513-203c-4528-870f-dcf73f4d81cb", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "targets": [ ["css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], @@ -1848,7 +1848,7 @@ }, { "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", "targets": [ ["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", "css:finder"], @@ -1859,7 +1859,7 @@ }, { "id": "467409c7-1007-4c45-80d2-0b4eea5199a0", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], @@ -1871,7 +1871,7 @@ }, { "id": "eaaf9d59-1466-4736-924c-56c9b3f7522f", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=array-property:nth-child(2) .text-truncate:nth-child(2)", "targets": [ ["css=array-property:nth-child(2) .text-truncate:nth-child(2)", "css:finder"], @@ -1883,7 +1883,7 @@ }, { "id": "2a23096f-d5cd-4727-af1b-130388117aa0", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "targets": [ ["css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], @@ -1901,7 +1901,7 @@ }, { "id": "fe47ffd2-d2a0-4264-90fe-31b998f81ac2", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", "css:finder"], @@ -1912,7 +1912,7 @@ }, { "id": "7300785c-b83e-49b8-97a6-d66516f6c133", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", "targets": [ ["css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], @@ -1923,7 +1923,7 @@ }, { "id": "951a21c9-4cd3-4989-8dc0-77760ca0dc95", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", "css:finder"], @@ -1935,7 +1935,7 @@ }, { "id": "e8b794fc-20e2-4317-8bdd-73eee8e94951", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-flex:nth-child(3) > .py-2 > span", "targets": [ ["css=.d-flex:nth-child(3) > .py-2 > span", "css:finder"], @@ -2113,7 +2113,7 @@ }, { "id": "1c0b7514-92b7-4e07-b462-467113f4a8cd", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)", "targets": [ ["css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], @@ -2123,7 +2123,7 @@ }, { "id": "fc7c4e1e-03c7-4108-9a8d-f469e7679ae4", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)", "targets": [ ["css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)", "css:finder"], @@ -2141,7 +2141,7 @@ }, { "id": "138ad58b-f0a2-436b-a8b0-43484f4180e6", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(2)", "targets": [ ["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(2)", "css:finder"], @@ -2151,7 +2151,7 @@ }, { "id": "17049c95-4724-4521-ac47-6b64bde822aa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)", "targets": [ ["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)", "css:finder"], @@ -2273,7 +2273,7 @@ }, { "id": "5a976e2c-dc5f-4021-9cc6-3cad12e771ea", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], @@ -2284,7 +2284,7 @@ }, { "id": "72328587-fe8d-4dc8-bc3d-a163f91a1ad6", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(3)", "targets": [ ["css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(3)", "css:finder"], @@ -2303,4 +2303,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1334-2.side b/backend/src/integration/resources/SHIBUI-1334-2.side index db9a5f632..6679cf490 100644 --- a/backend/src/integration/resources/SHIBUI-1334-2.side +++ b/backend/src/integration/resources/SHIBUI-1334-2.side @@ -474,7 +474,7 @@ }, { "id": "52f5680c-c63d-411e-8332-52901f12ea3b", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(1) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3:nth-child(1) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -485,7 +485,7 @@ }, { "id": "67ff44aa-1efd-4b13-a0e9-3648a09911dd", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.px-3:nth-child(2) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "targets": [ ["css=.px-3:nth-child(2) > summary-property:nth-child(2) > .mb-3 > .d-block:nth-child(2)", "css:finder"], @@ -516,7 +516,7 @@ }, { "id": "f48dd1b5-607a-485b-b1d5-03301f99b9ce", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=Test Metadata Provider", "targets": [ ["linkText=Test Metadata Provider", "linkText"], @@ -530,7 +530,7 @@ }, { "id": "5eccd4e9-a451-4ec8-a9e1-1e1f8e771677", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -541,7 +541,7 @@ }, { "id": "c768c2c1-09d4-46fe-8007-42fb4b3f4aaa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(4)", "targets": [ ["css=td:nth-child(4)", "css:finder"], @@ -692,7 +692,7 @@ }, { "id": "68103f0e-e3f1-419b-903d-5d8c30bc6700", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)", "targets": [ ["css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], @@ -703,7 +703,7 @@ }, { "id": "a13198b9-7827-47e2-ade3-143b981d34ee", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)", "targets": [ ["css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)", "css:finder"], @@ -713,7 +713,7 @@ }, { "id": "3d83741c-299e-4fcb-9ce6-4b7291c423a4", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(10) .d-block:nth-child(2)", "targets": [ ["css=.d-block > primitive-property:nth-child(10) .d-block:nth-child(2)", "css:finder"], @@ -723,7 +723,7 @@ }, { "id": "190cc157-d427-4046-aff2-180392395ad3", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.d-block > primitive-property:nth-child(10) .d-block:nth-child(3)", "targets": [ ["css=.d-block > primitive-property:nth-child(10) .d-block:nth-child(3)", "css:finder"], @@ -961,7 +961,7 @@ }, { "id": "8a2c6435-d77b-4c87-8e0e-e1ae6d4629b9", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(4) primitive-property:nth-child(2) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(4) primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], @@ -971,7 +971,7 @@ }, { "id": "0687fe3f-c1af-4a5a-9708-09b7b92734bc", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.mb-4:nth-child(4) primitive-property:nth-child(3) .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(4) primitive-property:nth-child(3) .d-block:nth-child(2)", "css:finder"], @@ -982,7 +982,7 @@ }, { "id": "a007794f-ab91-47b8-b470-e4294e47a2a7", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=object-property:nth-child(1) > primitive-property:nth-child(4) .d-block:nth-child(2)", "targets": [ ["css=object-property:nth-child(1) > primitive-property:nth-child(4) .d-block:nth-child(2)", "css:finder"], @@ -992,7 +992,7 @@ }, { "id": "5279bf64-46c1-4376-a527-e19e217b42fa", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=object-property:nth-child(1) > primitive-property:nth-child(5) .d-block:nth-child(2)", "targets": [ ["css=object-property:nth-child(1) > primitive-property:nth-child(5) .d-block:nth-child(2)", "css:finder"], @@ -1011,4 +1011,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1335-1.side b/backend/src/integration/resources/SHIBUI-1335-1.side index f38eac2ce..22eb0252d 100644 --- a/backend/src/integration/resources/SHIBUI-1335-1.side +++ b/backend/src/integration/resources/SHIBUI-1335-1.side @@ -1366,7 +1366,7 @@ }, { "id": "100902ee-6d6e-4148-a69b-b37746a4ad6e", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(3)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(3)", "css:finder"], @@ -1394,7 +1394,7 @@ }, { "id": "c9d498da-9f59-40ae-b5d4-cae397a13766", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(3)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(3)", "css:finder"], @@ -1422,7 +1422,7 @@ }, { "id": "441608df-24a3-4a60-bfce-50a90ff0ee16", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(3)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(3)", "css:finder"], @@ -1442,4 +1442,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1335-2.side b/backend/src/integration/resources/SHIBUI-1335-2.side index 88ef75013..274619c86 100644 --- a/backend/src/integration/resources/SHIBUI-1335-2.side +++ b/backend/src/integration/resources/SHIBUI-1335-2.side @@ -287,7 +287,7 @@ }, { "id": "20f7b832-ec52-450a-8224-399f0d4de0a0", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -698,7 +698,7 @@ }, { "id": "d722902b-5c10-45dc-99df-d96f46e78313", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(4)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"], @@ -726,7 +726,7 @@ }, { "id": "d7909094-96ce-4532-98b4-446cc013c9c8", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(4)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"], @@ -746,4 +746,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1335-3.side b/backend/src/integration/resources/SHIBUI-1335-3.side index 865b8aa0e..0d4337f72 100644 --- a/backend/src/integration/resources/SHIBUI-1335-3.side +++ b/backend/src/integration/resources/SHIBUI-1335-3.side @@ -343,7 +343,7 @@ }, { "id": "7d059a57-60f7-4729-95af-b36619b98694", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -602,7 +602,7 @@ }, { "id": "2b9c0a43-fd7a-4ffa-bfef-a7fc41746e16", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.td-lg:nth-child(4)", "targets": [ ["css=.td-lg:nth-child(4)", "css:finder"], @@ -799,10 +799,17 @@ ["xpath=//button[2]/i", "xpath:position"] ], "value": "" + }, { + "id": "afb97ce0-665f-4469-9aad-d17349c491cd", + "comment": "", + "command": "pause", + "target": "2000", + "targets": [], + "value": "" }, { "id": "4a73b268-7d33-4e8c-8fa4-cb059be9768f", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(4)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"], @@ -810,13 +817,6 @@ ["xpath=//td[contains(.,'NameIDFormat')]", "xpath:innerText"] ], "value": "NameIDFormat" - }, { - "id": "81970d9d-2892-4b42-ba56-ba1a14f453d2", - "comment": "", - "command": "pause", - "target": "2000", - "targets": [], - "value": "" }, { "id": "63ac7307-0538-4c0d-8e98-2f05c767baaf", "comment": "", @@ -827,10 +827,17 @@ ["xpath=//button[2]/i", "xpath:position"] ], "value": "" + }, { + "id": "5037edea-9d8f-496d-aedc-70b8763d5de2", + "comment": "", + "command": "pause", + "target": "2000", + "targets": [], + "value": "" }, { "id": "ed8e07ff-0dce-47d6-8310-f1920bfe1367", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(4)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"], diff --git a/backend/src/integration/resources/SHIBUI-1335-4.side b/backend/src/integration/resources/SHIBUI-1335-4.side index e20483cf2..0a8b13124 100644 --- a/backend/src/integration/resources/SHIBUI-1335-4.side +++ b/backend/src/integration/resources/SHIBUI-1335-4.side @@ -550,7 +550,7 @@ }, { "id": "8c52471a-70f5-43aa-b670-6f8d22e18668", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -813,7 +813,7 @@ }, { "id": "e9f4ddf4-db8a-4bda-88cc-66173717986c", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.td-lg:nth-child(4)", "targets": [ ["css=.td-lg:nth-child(4)", "css:finder"], @@ -948,7 +948,7 @@ }, { "id": "be805934-2692-4a1c-a28f-afb3cc4eb5f4", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(4)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"], @@ -976,7 +976,7 @@ }, { "id": "8f2da627-e8ad-473a-a71a-bec5dd1f0999", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=tr:nth-child(1) > .td-lg:nth-child(4)", "targets": [ ["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"], @@ -996,4 +996,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1352-1.side b/backend/src/integration/resources/SHIBUI-1352-1.side index d5a659fa7..19fd2093b 100644 --- a/backend/src/integration/resources/SHIBUI-1352-1.side +++ b/backend/src/integration/resources/SHIBUI-1352-1.side @@ -382,7 +382,7 @@ }, { "id": "f0232386-eb88-4f6c-98fa-b9065ed422b7", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=Test Local Dynamic Provider", "targets": [ ["linkText=Test Local Dynamic Provider", "linkText"], @@ -396,7 +396,7 @@ }, { "id": "5e8993ae-47ee-4e65-b667-b291d7c934ec", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -416,4 +416,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1352-2.side b/backend/src/integration/resources/SHIBUI-1352-2.side index 56acfae26..d3b223606 100644 --- a/backend/src/integration/resources/SHIBUI-1352-2.side +++ b/backend/src/integration/resources/SHIBUI-1352-2.side @@ -320,7 +320,7 @@ }, { "id": "44749988-e30f-4328-9f78-dc9eaafa891a", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=Test File System Provider", "targets": [ ["linkText=Test File System Provider", "linkText"], @@ -334,7 +334,7 @@ }, { "id": "6ddcb09b-9d3b-4a13-bb95-1b79028ba2af", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(3)", "targets": [ ["css=td:nth-child(3)", "css:finder"], @@ -354,4 +354,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-1392.side b/backend/src/integration/resources/SHIBUI-1392.side index a0a5b5b55..7069c809a 100644 --- a/backend/src/integration/resources/SHIBUI-1392.side +++ b/backend/src/integration/resources/SHIBUI-1392.side @@ -426,7 +426,7 @@ }, { "id": "83f6f403-40b0-4f12-82e2-a14e301dd7ff", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=.td-lg:nth-child(4)", "targets": [ ["css=.td-lg:nth-child(4)", "css:finder"], @@ -454,7 +454,7 @@ }, { "id": "6762fdb2-6744-4238-a2df-d529ab3b6102", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "id=/nameIdFormatFilterTarget.target", "targets": [ ["id=/nameIdFormatFilterTarget.target", "id"], @@ -476,4 +476,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +} diff --git a/backend/src/integration/resources/SHIBUI-950.side b/backend/src/integration/resources/SHIBUI-950.side index 3d33b2ded..f37692052 100644 --- a/backend/src/integration/resources/SHIBUI-950.side +++ b/backend/src/integration/resources/SHIBUI-950.side @@ -141,7 +141,7 @@ }, { "id": "185696df-a872-419e-81aa-7c9cfa1e2b90", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "linkText=File Upload Test", "targets": [ ["linkText=File Upload Test", "linkText"], @@ -155,7 +155,7 @@ }, { "id": "25b4b805-3585-4f83-b9ba-a3e8b9ee1050", "comment": "", - "command": "verifyText", + "command": "assertText", "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], @@ -175,4 +175,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +}