@@ -16,7 +16,7 @@ describe('OrganizationList', () => {
1616 const { wrapper } = await createFixtures ( f => {
1717 f . withOrganizations ( ) ;
1818 f . withUser ( {
19- email_addresses : [ 'test@clerk.dev ' ] ,
19+ email_addresses : [ 'test@clerk.com ' ] ,
2020 } ) ;
2121 } ) ;
2222
@@ -40,7 +40,7 @@ describe('OrganizationList', () => {
4040 const { wrapper, props, fixtures } = await createFixtures ( f => {
4141 f . withOrganizations ( ) ;
4242 f . withUser ( {
43- email_addresses : [ 'test@clerk.dev ' ] ,
43+ email_addresses : [ 'test@clerk.com ' ] ,
4444 } ) ;
4545 } ) ;
4646
@@ -88,7 +88,7 @@ describe('OrganizationList', () => {
8888 const { wrapper, props } = await createFixtures ( f => {
8989 f . withOrganizations ( ) ;
9090 f . withUser ( {
91- email_addresses : [ 'test@clerk.dev ' ] ,
91+ email_addresses : [ 'test@clerk.com ' ] ,
9292 organization_memberships : [ { name : 'Org1' , id : '1' , role : 'admin' } ] ,
9393 } ) ;
9494 } ) ;
@@ -118,7 +118,7 @@ describe('OrganizationList', () => {
118118 const { wrapper, props, fixtures } = await createFixtures ( f => {
119119 f . withOrganizations ( ) ;
120120 f . withUser ( {
121- email_addresses : [ 'test@clerk.dev ' ] ,
121+ email_addresses : [ 'test@clerk.com ' ] ,
122122 } ) ;
123123 } ) ;
124124
@@ -198,7 +198,7 @@ describe('OrganizationList', () => {
198198 it ( 'display CreateOrganization within OrganizationList' , async ( ) => {
199199 const { wrapper } = await createFixtures ( f => {
200200 f . withOrganizations ( ) ;
201- f . withUser ( { email_addresses : [ 'test@clerk.dev ' ] } ) ;
201+ f . withUser ( { email_addresses : [ 'test@clerk.com ' ] } ) ;
202202 } ) ;
203203
204204 const { queryByLabelText, getByRole, userEvent, queryByRole } = render ( < OrganizationList /> , { wrapper } ) ;
@@ -224,7 +224,7 @@ describe('OrganizationList', () => {
224224 it ( 'display CreateOrganization and navigates to Invite Members' , async ( ) => {
225225 const { wrapper } = await createFixtures ( f => {
226226 f . withOrganizations ( ) ;
227- f . withUser ( { email_addresses : [ 'test@clerk.dev ' ] } ) ;
227+ f . withUser ( { email_addresses : [ 'test@clerk.com ' ] } ) ;
228228 } ) ;
229229
230230 const { getByLabelText, getByRole, userEvent, queryByText } = render ( < OrganizationList /> , { wrapper } ) ;
@@ -247,7 +247,7 @@ describe('OrganizationList', () => {
247247 f . withOrganizations ( ) ;
248248 f . withUser ( {
249249 id : 'test_user_id' ,
250- email_addresses : [ 'test@clerk.dev ' ] ,
250+ email_addresses : [ 'test@clerk.com ' ] ,
251251 } ) ;
252252 } ) ;
253253
@@ -276,7 +276,7 @@ describe('OrganizationList', () => {
276276 f . withOrganizations ( ) ;
277277 f . withUser ( {
278278 id : 'test_user_id' ,
279- email_addresses : [ 'test@clerk.dev ' ] ,
279+ email_addresses : [ 'test@clerk.com ' ] ,
280280 } ) ;
281281 } ) ;
282282
0 commit comments