Skip to content

Commit 601eba8

Browse files
committedApr 26, 2024
Add emoji to test case
1 parent 83a6c77 commit 601eba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/host/tests/acceptance/code-submode/create-file-test.gts

+3-3
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ module('Acceptance | code submode | create-file tests', function (hooks) {
561561
import { CardDef } from 'https://cardstack.com/base/card-api';
562562
import { Component } from 'https://cardstack.com/base/card-api';
563563
export class TrèsTestCard extends CardDef {
564-
static displayName = "Très Test Card";
564+
static displayName = "Très Test Card 😀";
565565
566566
/*
567567
static isolated = class Isolated extends Component<typeof this> {
@@ -587,7 +587,7 @@ export class TrèsTestCard extends CardDef {
587587
assert
588588
.dom('[data-test-create-definition]')
589589
.isDisabled('create button is disabled');
590-
await fillIn('[data-test-display-name-field]', 'Très Test Card');
590+
await fillIn('[data-test-display-name-field]', 'Très Test Card 😀');
591591
assert
592592
.dom(`[data-test-inherits-from-field] [data-test-boxel-field-label]`)
593593
.hasText('Inherits From');
@@ -614,7 +614,7 @@ export class TrèsTestCard extends CardDef {
614614
'monaco displays the new definition',
615615
);
616616

617-
await waitFor('[data-test-card-schema="Très Test Card"]');
617+
await waitFor('[data-test-card-schema="Très Test Card 😀"]');
618618
assert.dom('[data-test-current-module-name]').hasText('très-test-card.gts');
619619
assert
620620
.dom('[data-test-card-url-bar-input]')

0 commit comments

Comments
 (0)