Skip to content

Commit 6f356ae

Browse files
committed
another missed text assertion
1 parent 9368585 commit 6f356ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/guide-section/subsection-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module('Integration | Component | guide-section/subsection', function (hooks) {
9797
assert
9898
.dom('[data-test-field="Subsection Description"]')
9999
.includesText(
100-
'To create a new record using Ember Data, you should use a createRecord request and attach "body" to it. Use serializeResources request utility when working with a JSON:API backend.'
100+
'To create a new record using Ember Data, you should use a createRecord request and attach "body" to it. Use the serializeResources request utility when working with a JSON:API backend.'
101101
);
102102

103103
const emberClassic = this.element.querySelector(

0 commit comments

Comments
 (0)