@@ -11,7 +11,7 @@ test.describe('Tab Lifecycle Events', () => {
1111 test ( 'ionViewDidLeave should fire on active tab child page when navigating away from tabs' , async ( { page } , testInfo ) => {
1212 testInfo . annotations . push ( {
1313 type : 'issue' ,
14- description : 'https://outsystemsrd.atlassian.net/browse/ FW-6788' ,
14+ description : 'FW-6788' ,
1515 } ) ;
1616
1717 await page . goto ( withTestingMode ( '/tab-lifecycle/home' ) ) ;
@@ -30,7 +30,7 @@ test.describe('Tab Lifecycle Events', () => {
3030 test ( 'ionViewDidLeave should fire on active tab child page when navigating from non-default tab' , async ( { page } , testInfo ) => {
3131 testInfo . annotations . push ( {
3232 type : 'issue' ,
33- description : 'https://outsystemsrd.atlassian.net/browse/ FW-6788' ,
33+ description : 'FW-6788' ,
3434 } ) ;
3535
3636 await page . goto ( withTestingMode ( '/tab-lifecycle/home' ) ) ;
@@ -52,7 +52,7 @@ test.describe('Tab Lifecycle Events', () => {
5252 test ( 'ionViewDidEnter should fire on tab child page when navigating back to tabs' , async ( { page } , testInfo ) => {
5353 testInfo . annotations . push ( {
5454 type : 'issue' ,
55- description : 'https://outsystemsrd.atlassian.net/browse/ FW-6788' ,
55+ description : 'FW-6788' ,
5656 } ) ;
5757
5858 await page . goto ( withTestingMode ( '/tab-lifecycle/home' ) ) ;
0 commit comments