message:`<strong>Ghost 5.0 is now available</strong> - You are using an old version of Ghost, which means you don't have access to the latest features. <a href=\'https://ghost.org/changelog/4/\' target=\'_blank\' rel=\'noopener\'>Read more!</a>`,
it('cannot see 2.0 version upgrade notifications notifications in Ghost 3.0',function(){
constsettingsCache={
get:sinon.fake.returns([{
dismissible:true,
location:'bottom',
status:'alert',
id:'130f7c24-113a-4768-a698-12a8b34223f7',
custom:true,
createdAt:'2020-03-16T12:55:20.000Z',
type:'info',
top:true,
message:`<strong>Ghost 2.0 is now available</strong> - You are using an old version of Ghost, which means you don't have access to the latest features.`,
message:`<strong>Ghost 4.0 is now available</strong> - You are using an old version of Ghost, which means you don't have access to the latest features.`,
it('cannot see 5.0 version upgrade notifications notifications in Ghost 5.0',function(){
constsettingsCache={
get:sinon.fake.returns([{
dismissible:true,
location:'bottom',
status:'alert',
id:'130f7c24-113a-4768-a698-12a8b34223f9',
custom:true,
createdAt:'2022-03-16T12:55:20.000Z',
type:'info',
top:true,
message:`<strong>Ghost 5.0 is now available</strong> - You are using an old version of Ghost, which means you don't have access to the latest features.`,