File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ const testWithModifiedAttributes = (test, { forUpdateCompare }) => {
22
22
// the assertionStatement, assertionPhrase, settings or instructions content
23
23
// being changed
24
24
if ( forUpdateCompare ) {
25
- // Don't factor in settings and instructions changes during update
26
- // eligibility in the case where ONLY the instructions has changed,
27
- // so that the updated instructions or settings are shown when the
28
- // copy process happens
25
+ // Don't factor in settings, instructions and references changes for
26
+ // update eligibility in the case where ONLY the settings, instructions or
27
+ // references has changed.
28
+ // The updated settings, instructions or references should be shown when
29
+ // the copy process is done
29
30
propertiesToOmit . push ( 'renderableContent.target.at.settings' ) ;
30
31
propertiesToOmit . push ( 'renderableContent.instructions' ) ;
32
+ propertiesToOmit . push ( 'renderableContent.info.references' ) ;
31
33
// for v1 format since structure is:
32
34
// { ..., renderableContent: { 1: ..., 2: ... }, ... }
33
35
for ( let key in test . renderableContent ) {
You can’t perform that action at this time.
0 commit comments