Skip to content

Commit 85ff404

Browse files
committed
chore: update snapshots
1 parent 2640c9f commit 85ff404

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apps/meteor/client/sidebar/header/CreateChannel/__snapshots__/CreateChannelModal.spec.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ exports[`renders Default without crashing 1`] = `
143143
</label>
144144
<div
145145
class="rcx-box rcx-box--full rcx-select"
146+
data-qa="create-channel-users-autocomplete"
147+
data-qa-type="user-auto-complete-input"
146148
id=":r4c:"
147149
>
148150
<div
@@ -568,6 +570,8 @@ exports[`renders DefaultVersion2 without crashing 1`] = `
568570
</label>
569571
<div
570572
class="rcx-box rcx-box--full rcx-select"
573+
data-qa="create-channel-users-autocomplete"
574+
data-qa-type="user-auto-complete-input"
571575
id=":r4n:"
572576
>
573577
<div

apps/meteor/client/sidebar/header/CreateTeam/__snapshots__/CreateTeamModal.spec.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ exports[`renders Default without crashing 1`] = `
149149
</label>
150150
<div
151151
class="rcx-box rcx-box--full rcx-select"
152+
data-qa="create-channel-users-autocomplete"
153+
data-qa-type="user-auto-complete-input"
152154
id=":r7:"
153155
>
154156
<div
@@ -546,6 +548,8 @@ exports[`renders DefaultVersion2 without crashing 1`] = `
546548
</label>
547549
<div
548550
class="rcx-box rcx-box--full rcx-select"
551+
data-qa="create-channel-users-autocomplete"
552+
data-qa-type="user-auto-complete-input"
549553
id=":rh:"
550554
>
551555
<div

0 commit comments

Comments
 (0)