@@ -430,7 +430,7 @@ module('Acceptance | code submode | create-file tests', function (hooks) {
430
430
);
431
431
assert
432
432
.dom (' [data-test-code-mode-card-preview-header] img' )
433
- .hasAttribute (' alt' , ' Icon for realm Test Workspace A' );
433
+ .hasAttribute (' alt' , ' Icon for workspace Test Workspace A' );
434
434
assert .dom (' [data-test-card-resource-loaded]' ).containsText (' Card' );
435
435
assert .dom (' [data-test-field="title"] input' ).hasValue (' ' );
436
436
assert .dom (' [data-test-card-url-bar-input]' ).hasValue (` ${fileURL }.json ` );
@@ -487,7 +487,7 @@ module('Acceptance | code submode | create-file tests', function (hooks) {
487
487
await waitFor (` [data-test-code-mode-card-preview-header="${fileID }"] ` );
488
488
assert
489
489
.dom (' [data-test-code-mode-card-preview-header] img' )
490
- .hasAttribute (' alt' , ' Icon for realm Test Workspace B' );
490
+ .hasAttribute (' alt' , ' Icon for workspace Test Workspace B' );
491
491
assert .dom (' [data-test-card-resource-loaded]' ).containsText (' Card' );
492
492
assert .dom (' [data-test-field="title"] input' ).hasValue (' ' );
493
493
assert .dom (' [data-test-card-url-bar-input]' ).hasValue (` ${fileID }.json ` );
@@ -551,7 +551,7 @@ module('Acceptance | code submode | create-file tests', function (hooks) {
551
551
await waitFor (` [data-test-code-mode-card-preview-header="${fileID }"] ` );
552
552
assert
553
553
.dom (' [data-test-code-mode-card-preview-header] img' )
554
- .hasAttribute (' alt' , ' Icon for realm Test Workspace B' );
554
+ .hasAttribute (' alt' , ' Icon for workspace Test Workspace B' );
555
555
assert .dom (' [data-test-card-resource-loaded]' ).containsText (' Person' );
556
556
assert .dom (' [data-test-field="firstName"] input' ).hasValue (' ' );
557
557
assert .dom (' [data-test-card-url-bar-input]' ).hasValue (` ${fileID }.json ` );
0 commit comments