@@ -254,10 +254,10 @@ describe('Tutor - v4.0.0 to v4.1.0', async () => {
254254 } ) ;
255255} ) ;
256256
257- describe ( 'Tutor - @@CURRENT_VERSION to @@RELEASE_VERSION ' , async ( ) => {
257+ describe ( 'Tutor - 4.8.0 to 4.9.0 ' , async ( ) => {
258258 let course , components ;
259259
260- whereFromPlugin ( 'Tutor - from @@CURRENT_VERSION ' , { name : 'adapt-contrib-tutor' , version : '<@@RELEASE_VERSION ' } ) ;
260+ whereFromPlugin ( 'Tutor - from 4.8.0 ' , { name : 'adapt-contrib-tutor' , version : '<4.9.0 ' } ) ;
261261
262262 mutateContent ( 'Tutor - add course _tutor._autoScrollWhenInline' , async ( ) => {
263263 course = getCourse ( ) ;
@@ -284,10 +284,10 @@ describe('Tutor - @@CURRENT_VERSION to @@RELEASE_VERSION', async () => {
284284 return true ;
285285 } ) ;
286286
287- updatePlugin ( 'Tutor - update to @@RELEASE_VERSION ' , { name : 'adapt-contrib-tutor' , version : '@@RELEASE_VERSION ' , framework : '>=5.22.8' } ) ;
287+ updatePlugin ( 'Tutor - update to 4.9.0 ' , { name : 'adapt-contrib-tutor' , version : '4.9.0 ' , framework : '>=5.22.8' } ) ;
288288
289289 testSuccessWhere ( 'tutor with empty course' , {
290- fromPlugins : [ { name : 'adapt-contrib-tutor' , version : '@@CURRENT_VERSION ' } ] ,
290+ fromPlugins : [ { name : 'adapt-contrib-tutor' , version : '4.8.0 ' } ] ,
291291 content : [
292292 { _id : 'c-100' , _component : 'mcq' , _tutor : { } } ,
293293 { _id : 'c-105' , _component : 'mcq' } ,
@@ -296,14 +296,14 @@ describe('Tutor - @@CURRENT_VERSION to @@RELEASE_VERSION', async () => {
296296 } ) ;
297297
298298 testSuccessWhere ( 'tutor with existing course tutor config' , {
299- fromPlugins : [ { name : 'adapt-contrib-tutor' , version : '@@CURRENT_VERSION ' } ] ,
299+ fromPlugins : [ { name : 'adapt-contrib-tutor' , version : '4.8.0 ' } ] ,
300300 content : [
301301 { _id : 'c-100' , _component : 'mcq' , _tutor : { } } ,
302302 { _type : 'course' , _tutor : { _type : 'notify' } , _globals : { _extensions : { _tutor : { } } } }
303303 ]
304304 } ) ;
305305
306306 testStopWhere ( 'incorrect version' , {
307- fromPlugins : [ { name : 'adapt-contrib-tutor' , version : '@@RELEASE_VERSION ' } ]
307+ fromPlugins : [ { name : 'adapt-contrib-tutor' , version : '4.9.0 ' } ]
308308 } ) ;
309309} ) ;
0 commit comments