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 f3e51f28f..f60242089 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 @@ -97,13 +97,13 @@ class SeleniumSIDETest extends Specification { assert result.level.exitCode == 0 cleanup: - runner.getWrappedDriver().quit() + runner?.getWrappedDriver()?.quit() where: name | file 'SHIBUI-1364: Compare FBHTTPMP with filters' | '/SHIBUI-1364-1.side' - 'SHIBUI-1364: Compare FSMP with filters' | '/SHIBUI-1364-2.side' - 'SHIBUI-1364: Compare LDMP with filters' | '/SHIBUI-1364-3.side' + 'SHIBUI-1364: Compare FSMP' | '/SHIBUI-1364-2.side' + 'SHIBUI-1364: Compare LDMP' | '/SHIBUI-1364-3.side' 'SHIBUI-1364: Compare DHTTPMP with filters' | '/SHIBUI-1364-4.side' 'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side' 'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side' @@ -114,10 +114,10 @@ class SeleniumSIDETest extends Specification { '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' // adding filters to this resolver type was removed in the react update - 'SHIBUI-1335: Verify Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side' // adding filters to this resolver type was removed in the react update + 'SHIBUI-1335: Verify Filesystem Metadata Provider' | '/SHIBUI-1335-2.side' + 'SHIBUI-1335: Verify Local Dynamic Metadata Provider' | '/SHIBUI-1335-3.side' 'SHIBUI-1335: Verify Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.side' - 'SHIBUI-1361: Verify dates display in proper format' | '/SHIBUI-1361.side' // Note that this script WILL NOT PASS in the Selenium IDE. There is a bug in the IDE where it thinks there is a missing ')'. + 'SHIBUI-1361: Verify dates display in proper format' | '/SHIBUI-1361.side' 'SHIBUI-1385: Restore a metadata source version' | '/SHIBUI-1385-1.side' 'SHIBUI-1385: Restore a metadata provider version' | '/SHIBUI-1385-2.side' 'SHIBUI-1391: Regex Validation' | '/SHIBUI-1391.side' diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index b15ab88fd..ce3222850 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -590,13 +590,13 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -642,13 +642,13 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -697,13 +697,13 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -750,13 +750,13 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -790,13 +790,13 @@ "id": "3cfbc4e0-f120-43ca-8a59-8727f91b5a1c", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1447,13 +1447,13 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1500,13 +1500,13 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1553,13 +1553,13 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1606,13 +1606,13 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1654,11 +1654,20 @@ ], "value": "somethingElse" }, { - "id": "b505f2f8-396a-47b3-adb9-c3edb083cafb", + "id": "7193385b-22a5-41db-babe-593f7c0fc397", "comment": "", "command": "click", - "target": "css=body", - "targets": [], + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "targets": [ + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], + ["linkText=somethingElse", "linkText"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], + ["xpath=//a[5]", "xpath:position"], + ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] + ], "value": "" }, { "id": "c8bb3bee-3d61-4324-a3aa-38b78232b969", @@ -1702,13 +1711,13 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], ["linkText=https://refeds.org/profile/mfa", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] @@ -1754,13 +1763,13 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] @@ -1806,13 +1815,13 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] @@ -1854,11 +1863,20 @@ ], "value": "otherThings" }, { - "id": "5b836abc-eb72-417f-acdc-8b3ec267cd96", + "id": "1e11daff-c541-43a3-b05a-5ab23ed08d64", "comment": "", "command": "click", - "target": "css=body", - "targets": [], + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "targets": [ + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], + ["linkText=otherThings", "linkText"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'otherThings')]", "xpath:innerText"] + ], "value": "" }, { "id": "7c85fe59-dc95-4328-a010-33d1a06a5ce5", diff --git a/backend/src/integration/resources/SHIBUI-1311.side b/backend/src/integration/resources/SHIBUI-1311.side index a63c3af30..01edf7f02 100644 --- a/backend/src/integration/resources/SHIBUI-1311.side +++ b/backend/src/integration/resources/SHIBUI-1311.side @@ -272,13 +272,13 @@ "id": "5fc6a348-0533-4d94-bb76-ebb891a0db8f", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -377,13 +377,13 @@ "id": "a159e056-c870-4e02-a7e9-4b3a60d83718", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -419,13 +419,13 @@ "id": "820397f5-aabb-46f5-a65a-56747ce29091", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -485,13 +485,13 @@ "id": "b8d999f1-0c59-4a9a-9991-91d222f52b8e", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -883,13 +883,13 @@ "id": "38816b0f-9f4d-46d2-b900-937503ef93a0", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-2", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1333.side b/backend/src/integration/resources/SHIBUI-1333.side index fc3873982..bdc73b6ce 100644 --- a/backend/src/integration/resources/SHIBUI-1333.side +++ b/backend/src/integration/resources/SHIBUI-1333.side @@ -604,13 +604,13 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -656,13 +656,13 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -709,13 +709,13 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -762,13 +762,13 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -801,13 +801,13 @@ "id": "6f0363e3-cd0b-45cc-8210-7cad7c29997e", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1437,13 +1437,13 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1490,13 +1490,13 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1543,13 +1543,13 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1596,13 +1596,13 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1647,13 +1647,13 @@ "id": "3a2e2040-7443-4e3a-99b1-363f87580cba", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1701,13 +1701,13 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], ["linkText=https://refeds.org/profile/mfa", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] @@ -1753,13 +1753,13 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] @@ -1805,13 +1805,13 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] @@ -1856,13 +1856,13 @@ "id": "1f62c43d-e605-4d62-9ce4-51f950788ac4", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], ["linkText=otherThings", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'otherThings')]", "xpath:innerText"] @@ -2164,10 +2164,10 @@ "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", + "target": "css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div[2]/div[3]/span", "xpath:idRelative"], + ["css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div[3]/span", "xpath:idRelative"], ["xpath=//div[3]/span", "xpath:position"], ["xpath=//span[contains(.,'user@test.org')]", "xpath:innerText"] ], diff --git a/backend/src/integration/resources/SHIBUI-1334-1.side b/backend/src/integration/resources/SHIBUI-1334-1.side index 9c8248bf9..9187fd0bd 100644 --- a/backend/src/integration/resources/SHIBUI-1334-1.side +++ b/backend/src/integration/resources/SHIBUI-1334-1.side @@ -604,13 +604,13 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -656,13 +656,13 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -709,13 +709,13 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -762,13 +762,13 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -802,13 +802,13 @@ "id": "c11bf56d-4516-4397-9a19-e07cc12eda2a", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1443,13 +1443,13 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1496,13 +1496,13 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1549,13 +1549,13 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1602,13 +1602,13 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1654,13 +1654,13 @@ "id": "26146f5e-533f-42c6-b1e6-e107a471ba8f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1708,13 +1708,13 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], ["linkText=https://refeds.org/profile/mfa", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] @@ -1760,13 +1760,13 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] @@ -1812,13 +1812,13 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] @@ -1864,13 +1864,13 @@ "id": "7e80934c-c706-42e3-84c2-012dfcfb88a3", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], ["linkText=otherThings", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'otherThings')]", "xpath:innerText"] @@ -2188,10 +2188,10 @@ "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", + "target": "css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div[2]/div[3]/span", "xpath:idRelative"], + ["css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div[3]/span", "xpath:idRelative"], ["xpath=//div[3]/span", "xpath:position"], ["xpath=//span[contains(.,'user@test.org')]", "xpath:innerText"] ], diff --git a/backend/src/integration/resources/SHIBUI-1334-2.side b/backend/src/integration/resources/SHIBUI-1334-2.side index 84d2fa73a..37a6992a0 100644 --- a/backend/src/integration/resources/SHIBUI-1334-2.side +++ b/backend/src/integration/resources/SHIBUI-1334-2.side @@ -259,13 +259,13 @@ "id": "5fc6a348-0533-4d94-bb76-ebb891a0db8f", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -364,13 +364,13 @@ "id": "a159e056-c870-4e02-a7e9-4b3a60d83718", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -406,13 +406,13 @@ "id": "820397f5-aabb-46f5-a65a-56747ce29091", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -471,13 +471,13 @@ "id": "b8d999f1-0c59-4a9a-9991-91d222f52b8e", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -833,7 +833,7 @@ "id": "ce328b6a-f6ee-45e9-975c-5a5608f373dc", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], @@ -845,11 +845,11 @@ "id": "68103f0e-e3f1-419b-903d-5d8c30bc6700", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[2]", "xpath:position"], + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123 version 2')]", "xpath:innerText"] ], "value": "123 version 2" @@ -857,33 +857,33 @@ "id": "a13198b9-7827-47e2-ade3-143b981d34ee", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[3]", "xpath:position"] + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[3]", "xpath:position"] ], "value": "123" }, { "id": "3d83741c-299e-4fcb-9ce6-4b7291c423a4", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[2]", "xpath:position"] + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[2]", "xpath:position"] ], "value": "false" }, { "id": "190cc157-d427-4046-aff2-180392395ad3", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[3]", "xpath:position"], + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[3]", "xpath:position"], ["xpath=//span[contains(.,'true')]", "xpath:innerText"] ], "value": "true" @@ -989,13 +989,13 @@ "id": "8ba62572-354d-47f4-bb72-f9309c1cb201", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -1031,13 +1031,13 @@ "id": "337ac160-7990-425f-83da-2788d8a0985e", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_connectionTimeout']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -1073,13 +1073,13 @@ "id": "34693225-4754-4b27-92ee-3e37304a8cd7", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_socketTimeout']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_socketTimeout']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1335-1.side b/backend/src/integration/resources/SHIBUI-1335-1.side index 844323040..2ed4eda91 100644 --- a/backend/src/integration/resources/SHIBUI-1335-1.side +++ b/backend/src/integration/resources/SHIBUI-1335-1.side @@ -259,13 +259,13 @@ "id": "35dfa0f8-c0f2-4356-a6b0-18b5dc35337b", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -345,13 +345,13 @@ "id": "9ee7065a-823e-4b4a-b212-0582eeaf7a00", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], ["linkText=PT0S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] @@ -387,13 +387,13 @@ "id": "a89f1b4d-10bd-48f7-9b97-865710cfe01f", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -465,13 +465,13 @@ "id": "a4470d6f-04a7-4c4b-8c1e-70cff2f35e8a", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -882,13 +882,13 @@ "id": "cc233154-4159-425b-8ac5-761c26a0de15", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -934,13 +934,13 @@ "id": "f5f27af2-b869-4b99-a3d9-3efce014be06", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -987,13 +987,13 @@ "id": "4655a981-c5d6-4b48-aad2-77295dc37859", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1040,13 +1040,13 @@ "id": "cd34bc8a-564b-4d15-90c9-f09e12d7e078", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1097,7 +1097,7 @@ "id": "0c417f2a-a400-4b34-91fc-e73efb92faff", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "targets": [], "value": "" }, { @@ -1142,13 +1142,13 @@ "id": "9bb8951c-c932-4236-89d8-9d2c8d49a702", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], ["linkText=https://refeds.org/profile/mfa", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] @@ -1194,13 +1194,13 @@ "id": "8f00493c-94ef-4182-8423-5d23bd01136f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] @@ -1246,13 +1246,13 @@ "id": "3dcbc6b1-2571-4ab8-9014-66b19727fe0a", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] @@ -1284,7 +1284,7 @@ "id": "9a850c80-fc21-48c8-b146-a665307c5ac6", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "targets": [], "value": "" }, { @@ -1493,13 +1493,13 @@ "id": "ee812306-8d00-4162-9d92-eb598802f4bc", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_0-item-0", + "target": "id=option-selector-items-root_formats_0-item-0", "targets": [ - ["id=option-selector-root_formats_0-item-0", "id"], + ["id=option-selector-items-root_formats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_formats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1545,13 +1545,13 @@ "id": "aa0cb8e5-a5b5-4956-91dc-d25ea30ff87a", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_1-item-1", + "target": "id=option-selector-items-root_formats_1-item-1", "targets": [ - ["id=option-selector-root_formats_1-item-1", "id"], + ["id=option-selector-items-root_formats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_formats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1598,13 +1598,13 @@ "id": "bf10f8f1-f5b8-43f5-b1d8-6e4e67e92621", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_2-item-2", + "target": "id=option-selector-items-root_formats_2-item-2", "targets": [ - ["id=option-selector-root_formats_2-item-2", "id"], + ["id=option-selector-items-root_formats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_formats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1650,13 +1650,13 @@ "id": "3cba2ead-22cd-4bc9-b0ca-bb1f5ebb10a2", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_3-item-3", + "target": "id=option-selector-items-root_formats_3-item-3", "targets": [ - ["id=option-selector-root_formats_3-item-3", "id"], + ["id=option-selector-items-root_formats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_formats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1688,13 +1688,13 @@ "id": "fffef61c-1c28-4180-b337-00b69a0148d3", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_4-item-4", + "target": "id=option-selector-items-root_formats_4-item-4", "targets": [ - ["id=option-selector-root_formats_4-item-4", "id"], + ["id=option-selector-items-root_formats_4-item-4", "id"], ["linkText=name id format", "linkText"], - ["css=#option-selector-root_formats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'name id format')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1335-2.side b/backend/src/integration/resources/SHIBUI-1335-2.side index 80009fd84..f3719c173 100644 --- a/backend/src/integration/resources/SHIBUI-1335-2.side +++ b/backend/src/integration/resources/SHIBUI-1335-2.side @@ -256,13 +256,13 @@ "id": "0f1a7a34-0955-45bb-bd2a-a5e4f246869b", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -298,13 +298,13 @@ "id": "80a08176-de7d-4938-8d49-1d296a8ba27c", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1335-3.side b/backend/src/integration/resources/SHIBUI-1335-3.side index 7454cc6b9..f10c8d687 100644 --- a/backend/src/integration/resources/SHIBUI-1335-3.side +++ b/backend/src/integration/resources/SHIBUI-1335-3.side @@ -256,13 +256,13 @@ "id": "443a9cfc-17c8-49da-9d87-bfabda8fd0b6", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "id"], ["linkText=PT0S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] @@ -298,13 +298,13 @@ "id": "c03be15d-ee34-4cd1-bac9-c52e3baa70a3", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -340,13 +340,13 @@ "id": "dd663319-7eef-4301-a0d4-24d9583eab7f", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -395,13 +395,13 @@ "id": "e7f2439a-e9a1-4b23-b0b9-d992f5b477d4", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1335-4.side b/backend/src/integration/resources/SHIBUI-1335-4.side index cc66f27c4..5fa6b3dd9 100644 --- a/backend/src/integration/resources/SHIBUI-1335-4.side +++ b/backend/src/integration/resources/SHIBUI-1335-4.side @@ -321,13 +321,13 @@ "id": "b1ec3405-0d75-45d6-8986-51c2f09c4dc4", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -363,13 +363,13 @@ "id": "87084a6a-8e89-4c00-a3d9-c104107a3ba2", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -405,13 +405,13 @@ "id": "d477fd6a-2c15-4fb6-a199-d49aa495ef94", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -447,13 +447,13 @@ "id": "bf855df4-326e-484e-9022-d2c84e09e6f3", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -553,13 +553,13 @@ "id": "22f7bf37-718c-4126-867b-67a383eefff5", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-2", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -896,13 +896,13 @@ "id": "b269b8f4-8191-47c1-a84a-5b64df6aadcb", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1352-1.side b/backend/src/integration/resources/SHIBUI-1352-1.side index ce0a0b85f..ab74cc9cc 100644 --- a/backend/src/integration/resources/SHIBUI-1352-1.side +++ b/backend/src/integration/resources/SHIBUI-1352-1.side @@ -282,13 +282,13 @@ "id": "8db04a8f-565a-4fa9-b5c0-8ce4b200b11c", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -324,13 +324,13 @@ "id": "bf7f5914-5aad-485a-8af0-aa510605e1dc", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -366,13 +366,13 @@ "id": "9a411cfc-479d-4951-aab2-e8d09ba64b4e", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "id"], ["linkText=PT1H", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[6]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[6]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[6]", "xpath:href"], ["xpath=//a[6]", "xpath:position"], ["xpath=//a[contains(.,'PT1H')]", "xpath:innerText"] @@ -421,13 +421,13 @@ "id": "c30bf781-4d5d-46ad-9bbc-4a5165788870", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1352-2.side b/backend/src/integration/resources/SHIBUI-1352-2.side index 611da7aa9..fe4538846 100644 --- a/backend/src/integration/resources/SHIBUI-1352-2.side +++ b/backend/src/integration/resources/SHIBUI-1352-2.side @@ -269,13 +269,13 @@ "id": "d449fec4-84f9-4eda-98e5-2dc40d185a63", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -311,13 +311,13 @@ "id": "119a39c2-6d86-4d94-a093-6669e89e78e4", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1361.side b/backend/src/integration/resources/SHIBUI-1361.side index ebb82a22a..ee3ed5e8f 100644 --- a/backend/src/integration/resources/SHIBUI-1361.side +++ b/backend/src/integration/resources/SHIBUI-1361.side @@ -273,13 +273,13 @@ "id": "5fc6a348-0533-4d94-bb76-ebb891a0db8f", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -378,13 +378,13 @@ "id": "a159e056-c870-4e02-a7e9-4b3a60d83718", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -420,13 +420,13 @@ "id": "820397f5-aabb-46f5-a65a-56747ce29091", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -485,13 +485,13 @@ "id": "b8d999f1-0c59-4a9a-9991-91d222f52b8e", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -893,7 +893,7 @@ "id": "ce328b6a-f6ee-45e9-975c-5a5608f373dc", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], @@ -905,11 +905,11 @@ "id": "68103f0e-e3f1-419b-903d-5d8c30bc6700", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[2]", "xpath:position"], + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123 v2')]", "xpath:innerText"] ], "value": "123 v2" @@ -917,33 +917,33 @@ "id": "a13198b9-7827-47e2-ade3-143b981d34ee", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[3]", "xpath:position"] + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[3]", "xpath:position"] ], "value": "123" }, { "id": "3d83741c-299e-4fcb-9ce6-4b7291c423a4", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[2]", "xpath:position"] + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[2]", "xpath:position"] ], "value": "false" }, { "id": "190cc157-d427-4046-aff2-180392395ad3", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[3]", "xpath:position"], + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[3]", "xpath:position"], ["xpath=//span[contains(.,'true')]", "xpath:innerText"] ], "value": "true" @@ -1049,13 +1049,13 @@ "id": "8ba62572-354d-47f4-bb72-f9309c1cb201", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -1091,13 +1091,13 @@ "id": "337ac160-7990-425f-83da-2788d8a0985e", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_connectionTimeout']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -1133,13 +1133,13 @@ "id": "34693225-4754-4b27-92ee-3e37304a8cd7", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_socketTimeout']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_socketTimeout']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -1341,9 +1341,9 @@ "id": "0687fe3f-c1af-4a5a-9708-09b7b92734bc", "comment": "", "command": "assertText", - "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(1) > div:nth-child(4) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["css=div:nth-child(1) > div:nth-child(4) > .d-flex > .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section[4]/div/div[2]/div[2]/div/div[4]/div/span[2]", "xpath:idRelative"], ["xpath=//div[2]/div[2]/div/div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'PT1M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1364-1.side b/backend/src/integration/resources/SHIBUI-1364-1.side index 1b2d59271..2ad78b831 100644 --- a/backend/src/integration/resources/SHIBUI-1364-1.side +++ b/backend/src/integration/resources/SHIBUI-1364-1.side @@ -274,13 +274,13 @@ "id": "35dfa0f8-c0f2-4356-a6b0-18b5dc35337b", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -367,13 +367,13 @@ "id": "9ee7065a-823e-4b4a-b212-0582eeaf7a00", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], ["linkText=PT0S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] @@ -409,13 +409,13 @@ "id": "a89f1b4d-10bd-48f7-9b97-865710cfe01f", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -480,13 +480,13 @@ "id": "a4470d6f-04a7-4c4b-8c1e-70cff2f35e8a", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -939,13 +939,13 @@ "id": "645be3e5-166a-4ef6-8e7f-18113387c3ab", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -976,10 +976,10 @@ "id": "5e8fc8bb-5cb8-4e25-b7ed-95a7cd4654e3", "comment": "", "command": "click", - "target": "css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1 > span", + "target": "css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1 > span", "targets": [ - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1 > span", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']/span", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1 > span", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']/span", "xpath:idRelative"], ["xpath=//a[2]/span", "xpath:position"], ["xpath=//span[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], @@ -1013,10 +1013,10 @@ "id": "d195071e-6f5a-4eca-b618-c8b926dc7753", "comment": "", "command": "click", - "target": "css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2 > span", + "target": "css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2 > span", "targets": [ - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2 > span", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']/span", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2 > span", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']/span", "xpath:idRelative"], ["xpath=//a[3]/span", "xpath:position"], ["xpath=//span[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], @@ -1047,13 +1047,13 @@ "id": "0aa7801a-8156-4b45-9947-b2e60218e503", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1100,13 +1100,13 @@ "id": "22098498-fa16-468f-abfa-768e5736d317", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], ["linkText=someNameID", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'someNameID')]", "xpath:innerText"] @@ -1140,13 +1140,13 @@ "id": "9af0bdca-6c53-4192-8d51-1e6bb96fda3a", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], ["linkText=https://refeds.org/profile/mfa", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] @@ -1180,13 +1180,13 @@ "id": "c8ca751b-d9a3-4878-9be7-92befd0bc6a4", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] @@ -1220,10 +1220,10 @@ "id": "4aff346b-b423-4999-9e8b-b099f6b275ac", "comment": "", "command": "click", - "target": "css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2 > span", + "target": "css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2 > span", "targets": [ - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2 > span", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']/span", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2 > span", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']/span", "xpath:idRelative"], ["xpath=//a[3]/span", "xpath:position"], ["xpath=//span[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] ], @@ -1268,13 +1268,13 @@ "id": "3d9af697-8021-4a7b-bc09-7fbcc501817e", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], ["linkText=SomeAuthnMethod", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'SomeAuthnMethod')]", "xpath:innerText"] @@ -1501,13 +1501,13 @@ "id": "0513bc68-fb27-426e-8f51-4018c0e2497a", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_0-item-0", + "target": "id=option-selector-items-root_formats_0-item-0", "targets": [ - ["id=option-selector-root_formats_0-item-0", "id"], + ["id=option-selector-items-root_formats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_formats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1542,13 +1542,13 @@ "id": "81d7e06f-ab01-4eb9-ab56-9e49508f2fbf", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_1-item-1", + "target": "id=option-selector-items-root_formats_1-item-1", "targets": [ - ["id=option-selector-root_formats_1-item-1", "id"], + ["id=option-selector-items-root_formats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_formats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1583,13 +1583,13 @@ "id": "1e0353c9-84c4-4a62-9598-4c512e08fb4b", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_2-item-2", + "target": "id=option-selector-items-root_formats_2-item-2", "targets": [ - ["id=option-selector-root_formats_2-item-2", "id"], + ["id=option-selector-items-root_formats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_formats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1617,13 +1617,13 @@ "id": "1f17992f-336f-4ab1-90fa-6b86c0c3aa4f", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_3-item-3", + "target": "id=option-selector-items-root_formats_3-item-3", "targets": [ - ["id=option-selector-root_formats_3-item-3", "id"], + ["id=option-selector-items-root_formats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_formats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1670,13 +1670,13 @@ "id": "875914ff-80a4-41cd-ab6c-602d1ddaaa8f", "comment": "", "command": "click", - "target": "id=option-selector-root_formats_4-item-4", + "target": "id=option-selector-items-root_formats_4-item-4", "targets": [ - ["id=option-selector-root_formats_4-item-4", "id"], + ["id=option-selector-items-root_formats_4-item-4", "id"], ["linkText=SomeOtherNameIDFormat", "linkText"], - ["css=#option-selector-root_formats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_formats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_formats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_formats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_formats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_formats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'SomeOtherNameIDFormat')]", "xpath:innerText"] @@ -1915,13 +1915,13 @@ "id": "6ebd7167-8187-4564-b441-213daa903faa", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-2", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -2034,11 +2034,11 @@ "id": "63e1b12d-a50a-4877-9588-21209a08b364", "comment": "", "command": "assertText", - "target": "css=div:nth-child(7) .d-block:nth-child(2)", + "target": "css=section > div > div > section:nth-child(2) > div > div.p-2 > div:nth-child(2) > div:nth-child(8) > div > span:nth-child(2)", "targets": [ - ["css=div:nth-child(7) .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[7]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[7]/div/span[2]", "xpath:position"], + ["css=div:nth-child(8) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[8]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[8]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "PT1M" @@ -2078,7 +2078,7 @@ "id": "75f45cb6-9c38-44e7-82dc-a473fa7fab62", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > .d-flex > .d-block:nth-child(2)", + "target": "css=section > div > div > section:nth-child(2) > div > div.p-2 > div:nth-child(2) > div:nth-child(2) > div > span:nth-child(2)", "targets": [ ["css=div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], diff --git a/backend/src/integration/resources/SHIBUI-1364-2.side b/backend/src/integration/resources/SHIBUI-1364-2.side index 4b731fdc4..784151a04 100644 --- a/backend/src/integration/resources/SHIBUI-1364-2.side +++ b/backend/src/integration/resources/SHIBUI-1364-2.side @@ -250,13 +250,13 @@ "id": "0f1a7a34-0955-45bb-bd2a-a5e4f246869b", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -292,13 +292,13 @@ "id": "80a08176-de7d-4938-8d49-1d296a8ba27c", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1364-3.side b/backend/src/integration/resources/SHIBUI-1364-3.side index a0e7435a9..af7d0bb84 100644 --- a/backend/src/integration/resources/SHIBUI-1364-3.side +++ b/backend/src/integration/resources/SHIBUI-1364-3.side @@ -249,13 +249,13 @@ "id": "443a9cfc-17c8-49da-9d87-bfabda8fd0b6", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "id"], ["linkText=PT0S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] @@ -291,13 +291,13 @@ "id": "c03be15d-ee34-4cd1-bac9-c52e3baa70a3", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -333,13 +333,13 @@ "id": "dd663319-7eef-4301-a0d4-24d9583eab7f", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -388,13 +388,13 @@ "id": "e7f2439a-e9a1-4b23-b0b9-d992f5b477d4", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1364-4.side b/backend/src/integration/resources/SHIBUI-1364-4.side index 387405cbd..6096a62ac 100644 --- a/backend/src/integration/resources/SHIBUI-1364-4.side +++ b/backend/src/integration/resources/SHIBUI-1364-4.side @@ -305,13 +305,13 @@ "id": "b1ec3405-0d75-45d6-8986-51c2f09c4dc4", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -347,13 +347,13 @@ "id": "87084a6a-8e89-4c00-a3d9-c104107a3ba2", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -389,13 +389,13 @@ "id": "d477fd6a-2c15-4fb6-a199-d49aa495ef94", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -444,13 +444,13 @@ "id": "bf855df4-326e-484e-9022-d2c84e09e6f3", "comment": "", "command": "click", - "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", + "target": "id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "targets": [ - ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], + ["id=option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -536,13 +536,13 @@ "id": "22f7bf37-718c-4126-867b-67a383eefff5", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-2", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -858,13 +858,13 @@ "id": "bbe6893b-033c-4a57-9065-afe00d75a818", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1385-1.side b/backend/src/integration/resources/SHIBUI-1385-1.side index 05225b3f6..8c2dcc5cb 100644 --- a/backend/src/integration/resources/SHIBUI-1385-1.side +++ b/backend/src/integration/resources/SHIBUI-1385-1.side @@ -617,13 +617,13 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -672,13 +672,13 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -727,13 +727,13 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -782,13 +782,13 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -823,13 +823,13 @@ "id": "ac842b8d-4596-4749-85c6-4657cb499b83", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1467,13 +1467,13 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1522,13 +1522,13 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1577,13 +1577,13 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1632,13 +1632,13 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1686,13 +1686,13 @@ "id": "d378468f-965e-4d99-8429-2e4100b3a161", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1740,7 +1740,7 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ ["id=/relyingPartyOverrides/authenticationMethods/0__option--0", "id"], ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0__option--0", "css:finder"], @@ -1791,7 +1791,7 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ ["id=/relyingPartyOverrides/authenticationMethods/1__option--1", "id"], ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1__option--1", "css:finder"], @@ -1842,13 +1842,13 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] @@ -1896,13 +1896,13 @@ "id": "e9e0639e-2f65-43eb-af05-e0565591dbdc", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], ["linkText=otherThings", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'otherThings')]", "xpath:innerText"] @@ -2203,10 +2203,10 @@ "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", + "target": "css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div[2]/div[3]/span", "xpath:idRelative"], + ["css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div[3]/span", "xpath:idRelative"], ["xpath=//div[3]/span", "xpath:position"], ["xpath=//span[contains(.,'user@test.org')]", "xpath:innerText"] ], diff --git a/backend/src/integration/resources/SHIBUI-1385-2.side b/backend/src/integration/resources/SHIBUI-1385-2.side index ec627f3c6..57e73890b 100644 --- a/backend/src/integration/resources/SHIBUI-1385-2.side +++ b/backend/src/integration/resources/SHIBUI-1385-2.side @@ -272,13 +272,13 @@ "id": "5fc6a348-0533-4d94-bb76-ebb891a0db8f", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -377,13 +377,13 @@ "id": "a159e056-c870-4e02-a7e9-4b3a60d83718", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -419,13 +419,13 @@ "id": "820397f5-aabb-46f5-a65a-56747ce29091", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -484,13 +484,13 @@ "id": "b8d999f1-0c59-4a9a-9991-91d222f52b8e", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -841,7 +841,7 @@ "id": "ce328b6a-f6ee-45e9-975c-5a5608f373dc", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], @@ -853,11 +853,11 @@ "id": "68103f0e-e3f1-419b-903d-5d8c30bc6700", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[2]", "xpath:position"], + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123 version 2')]", "xpath:innerText"] ], "value": "123 version 2" @@ -865,7 +865,7 @@ "id": "7c42f2aa-9628-43e0-8eda-92105288270c", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "targets": [ ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], @@ -876,33 +876,33 @@ "id": "a13198b9-7827-47e2-ade3-143b981d34ee", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[3]", "xpath:position"] + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[3]", "xpath:position"] ], "value": "123" }, { "id": "3d83741c-299e-4fcb-9ce6-4b7291c423a4", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[2]", "xpath:position"] + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[2]", "xpath:position"] ], "value": "false" }, { "id": "190cc157-d427-4046-aff2-180392395ad3", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[3]", "xpath:position"], + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[3]", "xpath:position"], ["xpath=//span[contains(.,'true')]", "xpath:innerText"] ], "value": "true" @@ -1022,13 +1022,13 @@ "id": "8ba62572-354d-47f4-bb72-f9309c1cb201", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_connectionRequestTimeout']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionRequestTimeout']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -1064,13 +1064,13 @@ "id": "337ac160-7990-425f-83da-2788d8a0985e", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_connectionTimeout-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_connectionTimeout']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_connectionTimeout']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -1106,13 +1106,13 @@ "id": "34693225-4754-4b27-92ee-3e37304a8cd7", "comment": "", "command": "click", - "target": "id=option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", + "target": "id=option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "targets": [ - ["id=option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", "id"], + ["id=option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_httpMetadataResolverAttributes_socketTimeout-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_httpMetadataResolverAttributes_socketTimeout']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_httpMetadataResolverAttributes_socketTimeout-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_httpMetadataResolverAttributes_socketTimeout']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -1351,11 +1351,11 @@ "id": "30aae338-393c-4312-8ccc-f3fd8acb3aad", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(3) .text-truncate", + "target": "css=div:nth-child(2) > div:nth-child(4) .text-truncate", "targets": [ - ["css=div:nth-child(2) > div:nth-child(3) .text-truncate", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(4) .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123 version 2')]", "xpath:innerText"] ], "value": "123 version 2" @@ -1416,7 +1416,7 @@ "id": "20bfdc06-e12b-4287-ad14-3ca578d84de1", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(2) > div:nth-child(3) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(4) .d-block:nth-child(2)", "targets": [ ["css=div:nth-child(2) > div:nth-child(3) .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], @@ -1428,11 +1428,11 @@ "id": "a6c78ab6-5584-490f-9bfd-b1eda70b864b", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(3) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(4) .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(2) > div:nth-child(3) .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(4) .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123 version 2')]", "xpath:innerText"] ], "value": "123 version 2" @@ -1451,11 +1451,11 @@ "id": "17832263-6fd7-4df8-86ba-f3e2fdc5d8ce", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(3) .d-block:nth-child(3)", + "target": "css=div:nth-child(2) > div:nth-child(4) .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(2) > div:nth-child(3) .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[3]", "xpath:position"] + ["css=div:nth-child(2) > div:nth-child(4) .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[3]", "xpath:position"] ], "value": "123 version 2" }, { diff --git a/backend/src/integration/resources/SHIBUI-1391.side b/backend/src/integration/resources/SHIBUI-1391.side index d2c80fcac..aae00f2ab 100644 --- a/backend/src/integration/resources/SHIBUI-1391.side +++ b/backend/src/integration/resources/SHIBUI-1391.side @@ -245,13 +245,13 @@ "id": "35dfa0f8-c0f2-4356-a6b0-18b5dc35337b", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -331,13 +331,13 @@ "id": "d5bc189f-eb4f-4378-9507-c82d98d8ecb4", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], ["linkText=PT0S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] @@ -373,13 +373,13 @@ "id": "a89f1b4d-10bd-48f7-9b97-865710cfe01f", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] @@ -437,13 +437,13 @@ "id": "a4470d6f-04a7-4c4b-8c1e-70cff2f35e8a", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1407-1.side b/backend/src/integration/resources/SHIBUI-1407-1.side index 8a6f6aaab..2a587d5ce 100644 --- a/backend/src/integration/resources/SHIBUI-1407-1.side +++ b/backend/src/integration/resources/SHIBUI-1407-1.side @@ -610,13 +610,13 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -665,13 +665,13 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -720,13 +720,13 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -775,13 +775,13 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -817,13 +817,13 @@ "id": "ce53cbc9-f15b-416c-9201-a56366e1837f", "comment": "", "command": "click", - "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_serviceProviderSsoDescriptor_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1461,13 +1461,13 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] @@ -1513,13 +1513,13 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] @@ -1568,13 +1568,13 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] @@ -1623,13 +1623,13 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] @@ -1678,13 +1678,13 @@ "id": "c8bb3bee-3d61-4324-a3aa-38b78232b969", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", + "target": "id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "id"], ["linkText=somethingElse", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4-item-4']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_nameIdFormats_4']/a[5]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"], ["xpath=//a[5]", "xpath:position"], ["xpath=//a[contains(.,'somethingElse')]", "xpath:innerText"] @@ -1739,13 +1739,13 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], ["linkText=https://refeds.org/profile/mfa", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], ["xpath=//a[contains(@href, '#')]", "xpath:href"], ["xpath=//div[2]/a", "xpath:position"], ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] @@ -1793,13 +1793,13 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] @@ -1847,13 +1847,13 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//a[3]", "xpath:position"], ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] @@ -1901,13 +1901,13 @@ "id": "74827780-a9c2-49c6-a709-7578597bf20d", "comment": "", "command": "click", - "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", + "target": "id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "targets": [ - ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], + ["id=option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "id"], ["linkText=otherThings", "linkText"], - ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_relyingPartyOverrides_authenticationMethods_3']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'otherThings')]", "xpath:innerText"] @@ -2197,10 +2197,10 @@ "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", "command": "assertText", - "target": "css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", + "target": "css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=div:nth-child(2) > div:nth-child(4) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div[2]/div[3]/span", "xpath:idRelative"], + ["css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div[3]/span", "xpath:idRelative"], ["xpath=//div[3]/span", "xpath:position"], ["xpath=//span[contains(.,'user@test.org')]", "xpath:innerText"] ], @@ -2532,7 +2532,7 @@ "id": "e9c047ad-fd1f-4ee8-bedb-3750f0c553e4", "comment": "", "command": "storeAttribute", - "target": "xpath=//section[1]/div/div[2]/div[2]/div[4]@class", + "target": "xpath=//section[1]/div/div[2]/div[2]/div[5]@class", "targets": [], "value": "classes" }, { diff --git a/backend/src/integration/resources/SHIBUI-1407-2.side b/backend/src/integration/resources/SHIBUI-1407-2.side index 798c1e1a3..5ddb62a47 100644 --- a/backend/src/integration/resources/SHIBUI-1407-2.side +++ b/backend/src/integration/resources/SHIBUI-1407-2.side @@ -272,13 +272,13 @@ "id": "5fc6a348-0533-4d94-bb76-ebb891a0db8f", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -377,13 +377,13 @@ "id": "a159e056-c870-4e02-a7e9-4b3a60d83718", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -419,13 +419,13 @@ "id": "820397f5-aabb-46f5-a65a-56747ce29091", "comment": "", "command": "click", - "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", + "target": "id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["id=option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], ["linkText=PT10M", "linkText"], - ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], - ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["css=#option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], ["xpath=//a[4]", "xpath:position"], ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] @@ -491,13 +491,13 @@ "id": "b8d999f1-0c59-4a9a-9991-91d222f52b8e", "comment": "", "command": "click", - "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", + "target": "id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["id=option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] @@ -848,7 +848,7 @@ "id": "ce328b6a-f6ee-45e9-975c-5a5608f373dc", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], @@ -860,11 +860,11 @@ "id": "68103f0e-e3f1-419b-903d-5d8c30bc6700", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[2]", "xpath:position"], + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123 version 2')]", "xpath:innerText"] ], "value": "123 version 2" @@ -872,7 +872,7 @@ "id": "135a8cb5-7454-46af-8fb7-5fc72e206237", "comment": "", "command": "waitForElementVisible", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "targets": [ ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", "css:finder"], ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], @@ -883,33 +883,33 @@ "id": "a13198b9-7827-47e2-ade3-143b981d34ee", "comment": "", "command": "assertText", - "target": "css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(3) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[3]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[3]/div/span[3]", "xpath:position"] + ["css=div:nth-child(4) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[4]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[4]/div/span[3]", "xpath:position"] ], "value": "123" }, { "id": "3d83741c-299e-4fcb-9ce6-4b7291c423a4", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[2]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[2]", "xpath:position"] + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[2]", "xpath:position"] ], "value": "false" }, { "id": "190cc157-d427-4046-aff2-180392395ad3", "comment": "", "command": "assertText", - "target": "css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", + "target": "css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=div:nth-child(11) > .bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[11]/div/span[3]", "xpath:idRelative"], - ["xpath=//div[11]/div/span[3]", "xpath:position"], + ["css=div:nth-child(12) > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[12]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[12]/div/span[3]", "xpath:position"], ["xpath=//span[contains(.,'true')]", "xpath:innerText"] ], "value": "true" @@ -917,7 +917,7 @@ "id": "aa3e1818-24e5-420b-838e-0eb7d6b6d4e3", "comment": "", "command": "storeAttribute", - "target": "xpath=//section[1]/div/div[2]/div[2]/div[3]/div@class", + "target": "xpath=//section[1]/div/div[2]/div[2]/div[4]/div@class", "targets": [], "value": "classes" }, { @@ -959,7 +959,7 @@ "id": "d7e53d38-a2c1-4ae7-a481-2726000eb556", "comment": "", "command": "storeAttribute", - "target": "xpath=//section[1]/div/div[2]/div[2]/div[11]/div@class", + "target": "xpath=//section[1]/div/div[2]/div[2]/div[12]/div@class", "targets": [], "value": "classes" }, { diff --git a/backend/src/integration/resources/SHIBUI-1732-1.side b/backend/src/integration/resources/SHIBUI-1732-1.side index bd1d7cb7e..0cfa6d961 100644 --- a/backend/src/integration/resources/SHIBUI-1732-1.side +++ b/backend/src/integration/resources/SHIBUI-1732-1.side @@ -684,13 +684,13 @@ "id": "b1f14d82-d268-4c50-b1bc-dc33cf852d01", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1732-2.side b/backend/src/integration/resources/SHIBUI-1732-2.side index 82bfdd00a..a51946374 100644 --- a/backend/src/integration/resources/SHIBUI-1732-2.side +++ b/backend/src/integration/resources/SHIBUI-1732-2.side @@ -638,13 +638,13 @@ "id": "0c0e50f7-3733-4404-ac57-94ebbfb6d0cd", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1732-3.side b/backend/src/integration/resources/SHIBUI-1732-3.side index 6a3927fda..11e18bd13 100644 --- a/backend/src/integration/resources/SHIBUI-1732-3.side +++ b/backend/src/integration/resources/SHIBUI-1732-3.side @@ -685,13 +685,33 @@ ["xpath=//section[7]/div/div/div/button", "xpath:position"] ], "value": "" + }, { + "id": "e443eba7-3a7a-4706-b0a5-b40d114bbf07", + "comment": "", + "command": "click", + "target": "id=root_relyingPartyOverrides_CustomList_0", + "targets": [], + "value": "" + }, { + "id": "3c4af580-bcd1-454b-a278-0d5d3086a896", + "comment": "", + "command": "pause", + "target": "1000", + "targets": [], + "value": "" }, { "id": "e4abb650-c762-4060-bc81-428b4758f08e", "comment": "", "command": "select", "target": "id=root_relyingPartyOverrides_CustomList_0", - "targets": [], - "value": "label=foo" + "targets": [ + ["id=root_relyingPartyOverrides_CustomList_0", "id"], + ["css=#root_relyingPartyOverrides_CustomList_0", "css:finder"], + ["xpath=//select[@id='root_relyingPartyOverrides_CustomList_0']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div[8]/div/div/div/div[6]/div/div/div/div/div/div[2]/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] + ], + "value": "foo" }, { "id": "992e127d-5ac1-4796-b54f-f212683624ac", "comment": "", @@ -889,13 +909,13 @@ "id": "74de5b81-69b2-446b-b4a7-0561676886be", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1732-4.side b/backend/src/integration/resources/SHIBUI-1732-4.side index 0197187c0..230d81fb4 100644 --- a/backend/src/integration/resources/SHIBUI-1732-4.side +++ b/backend/src/integration/resources/SHIBUI-1732-4.side @@ -652,13 +652,13 @@ "id": "1a74bc57-4d6a-427a-80a0-09fd35fa1eca", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1732-5.side b/backend/src/integration/resources/SHIBUI-1732-5.side index d63ab5568..4b312029e 100644 --- a/backend/src/integration/resources/SHIBUI-1732-5.side +++ b/backend/src/integration/resources/SHIBUI-1732-5.side @@ -659,13 +659,13 @@ "id": "ab704c2c-fbe5-47df-9308-bfaf6fbd1eb8", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1732-6.side b/backend/src/integration/resources/SHIBUI-1732-6.side index 07f534f37..e91d21c6c 100644 --- a/backend/src/integration/resources/SHIBUI-1732-6.side +++ b/backend/src/integration/resources/SHIBUI-1732-6.side @@ -659,13 +659,13 @@ "id": "0134f9c2-3bd4-4343-980e-27086ff70e86", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-2", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "id"], ["linkText=PT1M", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], ["xpath=//div[2]/a[3]", "xpath:position"], ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-1732-7.side b/backend/src/integration/resources/SHIBUI-1732-7.side index 7a350de62..08a70a4a6 100644 --- a/backend/src/integration/resources/SHIBUI-1732-7.side +++ b/backend/src/integration/resources/SHIBUI-1732-7.side @@ -635,13 +635,13 @@ "id": "67a3627d-6562-455b-aa32-b5fc8a71162e", "comment": "", "command": "click", - "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", + "target": "id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["id=option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "id"], ["linkText=PT30S", "linkText"], - ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], - ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], - ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["css=#option-selector-items-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-items-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-items-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], ["xpath=//div[2]/a[2]", "xpath:position"], ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] diff --git a/backend/src/integration/resources/SHIBUI-2052.side b/backend/src/integration/resources/SHIBUI-2052.side index 4ddd7ba06..f034b03bf 100644 --- a/backend/src/integration/resources/SHIBUI-2052.side +++ b/backend/src/integration/resources/SHIBUI-2052.side @@ -100,7 +100,7 @@ ["xpath=//div/span", "xpath:position"], ["xpath=//span[contains(.,'admingroup')]", "xpath:innerText"] ], - "value": "admingroup" + "value": "ADMIN-GROUP" }, { "id": "3ea1eebd-bb9d-4171-ac81-4ef47e2d9315", "comment": "", diff --git a/ui/src/app/metadata/domain/provider/definition/BaseProviderDefinition.js b/ui/src/app/metadata/domain/provider/definition/BaseProviderDefinition.js index 55a2f671c..a411f5e89 100644 --- a/ui/src/app/metadata/domain/provider/definition/BaseProviderDefinition.js +++ b/ui/src/app/metadata/domain/provider/definition/BaseProviderDefinition.js @@ -30,7 +30,6 @@ export const BaseProviderDefinition = { ...changes, metadataFilters: [ ...changes.metadataFilters.filter((filter, filterName) => { - if (filter['@type'] === 'RequiredValidUntil') { if (!filter.maxValidityInterval || filter.maxValidityInterval === "") { return false; diff --git a/ui/src/app/metadata/editor/MetadataEditor.js b/ui/src/app/metadata/editor/MetadataEditor.js index fac1c1fa7..2a06e2502 100644 --- a/ui/src/app/metadata/editor/MetadataEditor.js +++ b/ui/src/app/metadata/editor/MetadataEditor.js @@ -52,7 +52,14 @@ export function MetadataEditor ({ restore, current, reload }) { gotoDetail({ refresh: true }); }) .catch((err) => { - notificationDispatch(createNotificationAction(`Updated data with latest changes`, NotificationTypes.INFO)) + notificationDispatch( + createNotificationAction(`${err.errorCode > 1 ? `${err.errorCode} - ` : ''} ${translator(err.errorMessage)}`, err.errorCode === 1 ? NotificationTypes.INFO : NotificationTypes.ERROR) + ); + if (err.errorCode === 1) { + setTimeout(() => { + window.location.reload(); + }, 500); + } }); }; @@ -83,10 +90,6 @@ export function MetadataEditor ({ restore, current, reload }) { const canFilter = restore ? false : FilterableProviders.indexOf(definition.type) > -1; - React.useEffect(() => { - dispatch(setFormDataAction(current)); - }, [current, dispatch]) - return (