File tree 4 files changed +7
-7
lines changed
components/session-supervising
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 58
58
<PixNotificationAlert @type =" info" @withIcon ={{ true }} >
59
59
{{ t " pages.session-supervising.header.invigilator-documentation.message" }}
60
60
<a
61
- href ={{ this.InvigilatorDocumentationUrl }}
61
+ href ={{ this.invigilatorDocumentationUrl }}
62
62
target =" _blank"
63
63
class =" link session-supervising-header__invigilator-link"
64
64
rel =" noopener noreferrer"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default class Header extends Component {
37
37
return this . router . replaceWith ( 'login-session-supervisor' ) ;
38
38
}
39
39
40
- get InvigilatorDocumentationUrl ( ) {
41
- return this . url . InvigilatorDocumentationUrl ;
40
+ get invigilatorDocumentationUrl ( ) {
41
+ return this . url . invigilatorDocumentationUrl ;
42
42
}
43
43
}
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default class Url extends Service {
74
74
return 'https://form-eu.123formbuilder.com/41052/form' ;
75
75
}
76
76
77
- get InvigilatorDocumentationUrl ( ) {
77
+ get invigilatorDocumentationUrl ( ) {
78
78
return 'https://cloud.pix.fr/s/S5LHayrjbM4Zn5f' ;
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -284,16 +284,16 @@ module('Unit | Service | url', function (hooks) {
284
284
} ) ;
285
285
} ) ;
286
286
287
- module ( '#pixCompanionDocumentationUrl ' , function ( ) {
287
+ module ( '#invigilatorDocumentationUrl ' , function ( ) {
288
288
test ( 'should return the pix companion documentation url' , function ( assert ) {
289
289
// given
290
290
const service = this . owner . lookup ( 'service:url' ) ;
291
291
292
292
// when
293
- const pixCompanionDocumentationUrl = service . pixCompanionDocumentationUrl ;
293
+ const invigilatorDocumentationUrl = service . invigilatorDocumentationUrl ;
294
294
295
295
// then
296
- assert . strictEqual ( pixCompanionDocumentationUrl , 'https://cloud.pix.fr/s/fpeEyDpYEkMeqRX ' ) ;
296
+ assert . strictEqual ( invigilatorDocumentationUrl , 'https://cloud.pix.fr/s/S5LHayrjbM4Zn5f ' ) ;
297
297
} ) ;
298
298
} ) ;
299
299
} ) ;
You can’t perform that action at this time.
0 commit comments