@@ -418,7 +418,7 @@ module('Acceptance | code submode tests', function (_hooks) {
418
418
setupLocalIndexing ( hooks ) ;
419
419
setupServerSentEvents ( hooks ) ;
420
420
let { setActiveRealms, createAndJoinRoom } = setupMockMatrix ( hooks , {
421
- loggedInAs : '@testuser:staging ' ,
421
+ loggedInAs : '@testuser:localhost ' ,
422
422
} ) ;
423
423
424
424
async function openNewFileModal ( menuSelection : string ) {
@@ -428,7 +428,7 @@ module('Acceptance | code submode tests', function (_hooks) {
428
428
}
429
429
430
430
hooks . beforeEach ( async function ( ) {
431
- matrixRoomId = createAndJoinRoom ( '@testuser:staging ' , 'room-test' ) ;
431
+ matrixRoomId = createAndJoinRoom ( '@testuser:localhost ' , 'room-test' ) ;
432
432
setupUserSubscription ( matrixRoomId ) ;
433
433
434
434
let realmServerService = this . owner . lookup (
@@ -442,7 +442,7 @@ module('Acceptance | code submode tests', function (_hooks) {
442
442
await setupAcceptanceTestRealm ( {
443
443
realmURL : personalRealmURL ,
444
444
permissions : {
445
- '@testuser:staging ' : [ 'read' , 'write' , 'realm-owner' ] ,
445
+ '@testuser:localhost ' : [ 'read' , 'write' , 'realm-owner' ] ,
446
446
} ,
447
447
contents : {
448
448
'hello.txt' : txtSource ,
@@ -456,7 +456,7 @@ module('Acceptance | code submode tests', function (_hooks) {
456
456
await setupAcceptanceTestRealm ( {
457
457
realmURL : additionalRealmURL ,
458
458
permissions : {
459
- '@testuser:staging ' : [ 'read' , 'write' , 'realm-owner' ] ,
459
+ '@testuser:localhost ' : [ 'read' , 'write' , 'realm-owner' ] ,
460
460
} ,
461
461
contents : {
462
462
'hello.txt' : txtSource ,
@@ -528,12 +528,12 @@ module('Acceptance | code submode tests', function (_hooks) {
528
528
setupLocalIndexing ( hooks ) ;
529
529
setupServerSentEvents ( hooks ) ;
530
530
let { setActiveRealms, createAndJoinRoom } = setupMockMatrix ( hooks , {
531
- loggedInAs : '@testuser:staging ' ,
531
+ loggedInAs : '@testuser:localhost ' ,
532
532
activeRealms : [ testRealmURL ] ,
533
533
} ) ;
534
534
535
535
hooks . beforeEach ( async function ( ) {
536
- matrixRoomId = createAndJoinRoom ( '@testuser:staging ' , 'room-test' ) ;
536
+ matrixRoomId = createAndJoinRoom ( '@testuser:localhost ' , 'room-test' ) ;
537
537
setupUserSubscription ( matrixRoomId ) ;
538
538
539
539
monacoService = this . owner . lookup (
0 commit comments