Skip to content

Commit 177fb5f

Browse files
committed
Fixing test description
1 parent 30994f5 commit 177fb5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-router/test/base/tests/e2e/playwright/tab-lifecycle.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)