diff --git a/cypress/e2e/my-dspace.cy.ts b/cypress/e2e/my-dspace.cy.ts index 159bb4f5e6..7f30eeb9bb 100644 --- a/cypress/e2e/my-dspace.cy.ts +++ b/cypress/e2e/my-dspace.cy.ts @@ -84,7 +84,7 @@ describe('My DSpace page', () => { cy.url().should('include', '/mydspace'); // Close any open notifications, to make sure they don't get in the way of next steps - cy.get('[data-dismiss="alert"]').click({ multiple: true }); + cy.get('[data-bs-dismiss="alert"]').click({ multiple: true }); // This is the GET command that will actually run the search cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results'); diff --git a/cypress/e2e/submission.cy.ts b/cypress/e2e/submission.cy.ts index d46bb9fc0d..01c028745f 100644 --- a/cypress/e2e/submission.cy.ts +++ b/cypress/e2e/submission.cy.ts @@ -95,7 +95,7 @@ describe('New Submission page', () => { // A success alert should be visible cy.get('ds-notification div.alert-success').should('be.visible'); // Now, dismiss any open alert boxes (may be multiple, as tests run quickly) - cy.get('[data-dismiss="alert"]').click({ multiple: true }); + cy.get('[data-bs-dismiss="alert"]').click({ multiple: true }); // This is the GET command that will actually run the search cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results'); diff --git a/src/app/access-control/group-registry/group-form/members-list/members-list.component.html b/src/app/access-control/group-registry/group-form/members-list/members-list.component.html index 44a3775c05..072b836d23 100644 --- a/src/app/access-control/group-registry/group-form/members-list/members-list.component.html +++ b/src/app/access-control/group-registry/group-form/members-list/members-list.component.html @@ -83,7 +83,7 @@
-
+
diff --git a/src/app/admin/admin-ldn-services/ldn-service-form/ldn-service-form.component.html b/src/app/admin/admin-ldn-services/ldn-service-form/ldn-service-form.component.html index e07396c5e0..92d015b25e 100644 --- a/src/app/admin/admin-ldn-services/ldn-service-form/ldn-service-form.component.html +++ b/src/app/admin/admin-ldn-services/ldn-service-form/ldn-service-form.component.html @@ -6,7 +6,7 @@ @if (!isNewService) {
- +
@@ -17,7 +17,7 @@ }
- +
- +
@@ -42,7 +42,7 @@
- +
- +
- +
- +
- +
@@ -149,14 +149,14 @@ @if (areControlsInitialized) {
- +
@if (formModel.get('notifyServiceInboundPatterns')['controls'][0]?.value?.pattern) {
- +
- +
}
@@ -295,8 +295,8 @@ {{ 'ldn-new-service.form.label.addPattern' | translate }}
-
-
+
+
diff --git a/src/app/admin/admin-ldn-services/ldn-services-directory/ldn-services-directory.component.html b/src/app/admin/admin-ldn-services/ldn-services-directory/ldn-services-directory.component.html index bd156cc0af..28e592ebfc 100644 --- a/src/app/admin/admin-ldn-services/ldn-services-directory/ldn-services-directory.component.html +++ b/src/app/admin/admin-ldn-services/ldn-services-directory/ldn-services-directory.component.html @@ -77,8 +77,7 @@
@@ -86,7 +85,7 @@
{{ 'service.overview.delete.body' | translate }}
-
+
diff --git a/src/app/admin/admin-notify-dashboard/admin-notify-detail-modal/admin-notify-detail-modal.component.html b/src/app/admin/admin-notify-dashboard/admin-notify-detail-modal/admin-notify-detail-modal.component.html index 3760dc341d..4aae014174 100644 --- a/src/app/admin/admin-notify-dashboard/admin-notify-detail-modal/admin-notify-detail-modal.component.html +++ b/src/app/admin/admin-notify-dashboard/admin-notify-detail-modal/admin-notify-detail-modal.component.html @@ -1,15 +1,14 @@