Skip to content

Commit

Permalink
Merge pull request #41584 from nextcloud/chore/update-vue
Browse files Browse the repository at this point in the history
chore: Update `@nextcloud/vue` to 8.2.0
  • Loading branch information
susnux authored Nov 17, 2023
2 parents 2a2c964 + 0b55db7 commit 688e635
Show file tree
Hide file tree
Showing 110 changed files with 198 additions and 230 deletions.
40 changes: 20 additions & 20 deletions apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@ exports[`CalDavSettings interactions 1`] = `
/>
<label
class="checkbox-content checkbox-radio-switch__content checkbox-content-switch"
data-v-51c1ef39=""
data-v-9005171d=""
data-v-af4ec574=""
for="caldavSendInvitations"
>
<span
aria-hidden="true"
class="checkbox-content__icon checkbox-content__icon--checked checkbox-radio-switch__icon"
data-v-af4ec574=""
data-v-51c1ef39=""
>
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon"
data-v-af4ec574=""
data-v-51c1ef39=""
role="img"
>
<svg
Expand All @@ -114,7 +114,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>
<span
class="checkbox-content__text checkbox-radio-switch__text"
data-v-af4ec574=""
data-v-51c1ef39=""
>
Send invitations to attendees
Expand Down Expand Up @@ -154,19 +154,19 @@ exports[`CalDavSettings interactions 1`] = `
/>
<label
class="checkbox-content checkbox-radio-switch__content checkbox-content-switch"
data-v-51c1ef39=""
data-v-9005171d=""
data-v-af4ec574=""
for="caldavGenerateBirthdayCalendar"
>
<span
aria-hidden="true"
class="checkbox-content__icon checkbox-content__icon--checked checkbox-radio-switch__icon"
data-v-af4ec574=""
data-v-51c1ef39=""
>
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon"
data-v-af4ec574=""
data-v-51c1ef39=""
role="img"
>
<svg
Expand All @@ -186,7 +186,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>
<span
class="checkbox-content__text checkbox-radio-switch__text"
data-v-af4ec574=""
data-v-51c1ef39=""
>
Automatically generate a birthday calendar
Expand Down Expand Up @@ -234,19 +234,19 @@ exports[`CalDavSettings interactions 1`] = `
/>
<label
class="checkbox-content checkbox-radio-switch__content checkbox-content-switch"
data-v-51c1ef39=""
data-v-9005171d=""
data-v-af4ec574=""
for="caldavSendEventReminders"
>
<span
aria-hidden="true"
class="checkbox-content__icon checkbox-content__icon--checked checkbox-radio-switch__icon"
data-v-af4ec574=""
data-v-51c1ef39=""
>
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon"
data-v-af4ec574=""
data-v-51c1ef39=""
role="img"
>
<svg
Expand All @@ -266,7 +266,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>
<span
class="checkbox-content__text checkbox-radio-switch__text"
data-v-af4ec574=""
data-v-51c1ef39=""
>
Send notifications for events
Expand Down Expand Up @@ -319,19 +319,19 @@ exports[`CalDavSettings interactions 1`] = `
/>
<label
class="checkbox-content checkbox-radio-switch__content checkbox-content-switch"
data-v-51c1ef39=""
data-v-9005171d=""
data-v-af4ec574=""
for="caldavSendEventRemindersToSharedGroupMembers"
>
<span
aria-hidden="true"
class="checkbox-content__icon checkbox-content__icon--checked checkbox-radio-switch__icon"
data-v-af4ec574=""
data-v-51c1ef39=""
>
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon"
data-v-af4ec574=""
data-v-51c1ef39=""
role="img"
>
<svg
Expand All @@ -351,7 +351,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>
<span
class="checkbox-content__text checkbox-radio-switch__text"
data-v-af4ec574=""
data-v-51c1ef39=""
>
Send reminder notifications to calendar sharees as well
Expand Down Expand Up @@ -388,19 +388,19 @@ exports[`CalDavSettings interactions 1`] = `
/>
<label
class="checkbox-content checkbox-radio-switch__content checkbox-content-switch"
data-v-51c1ef39=""
data-v-9005171d=""
data-v-af4ec574=""
for="caldavSendEventRemindersPush"
>
<span
aria-hidden="true"
class="checkbox-content__icon checkbox-content__icon--checked checkbox-radio-switch__icon"
data-v-af4ec574=""
data-v-51c1ef39=""
>
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon"
data-v-af4ec574=""
data-v-51c1ef39=""
role="img"
>
<svg
Expand All @@ -420,7 +420,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>
<span
class="checkbox-content__text checkbox-radio-switch__text"
data-v-af4ec574=""
data-v-51c1ef39=""
>
Enable notifications for events via push
Expand Down
1 change: 1 addition & 0 deletions apps/settings/src/views/Users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
{{ t('settings', 'Create group') }}
</NcActionText>
<NcActionInput :label="t('settings', 'Group name')"
data-cy-settings-new-group-name
:label-outside="false"
:disabled="loadingAddGroup"
:value.sync="newGroupName"
Expand Down
10 changes: 5 additions & 5 deletions cypress/e2e/settings/users_groups.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ describe('Settings: Create groups', () => {
// open the Create group menu
cy.get('button[aria-label="Create group"]').click()

cy.get('.action-item__popper ul[role="menu"]').within(() => {
cy.get('li[data-cy-settings-new-group-name]').within(() => {
// see that the group name is ""
cy.get('input[placeholder="Group name"]').should('exist').and('have.value', '')
cy.get('input').should('exist').and('have.value', '')
// set the group name to foo
cy.get('input[placeholder="Group name"]').type(groupName)
cy.get('input').type(groupName)
// see that the group name is foo
cy.get('input[placeholder="Group name"]').should('have.value', groupName)
cy.get('input').should('have.value', groupName)
// submit the group name
cy.get('input[placeholder="Group name"] ~ button').click()
cy.get('input ~ button').click()
})

// Make sure no confirmation modal is shown
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dist/4107-4107.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/4107-4107.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/5823-5823.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/5823-5823.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/6318-6318.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/6318-6318.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 688e635

Please sign in to comment.