Skip to content

Commit c6ce34c

Browse files
ShaneKthetaPC
andauthored
chore(tests): add issue reference to test files
Co-authored-by: Maria Hutt <[email protected]>
1 parent e797ca0 commit c6ce34c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/react/test/base/tests/e2e/specs/tabs/tabs.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ describe('IonTabs', () => {
22
/**
33
* Verifies that tabs with similar route prefixes (e.g., /home, /home2, /home3)
44
* correctly select the matching tab instead of the first prefix match.
5+
*
6+
* @see https://github.com/ionic-team/ionic-framework/issues/30448
57
*/
68
describe('Similar Route Prefixes', () => {
79
it('should select the correct tab when routes have similar prefixes', () => {

packages/vue/test/base/tests/e2e/specs/tabs.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ describe('Tabs', () => {
22
/**
33
* Verifies that tabs with similar route prefixes (e.g., /home, /home2, /home3)
44
* correctly select the matching tab instead of the first prefix match.
5+
*
6+
* @see https://github.com/ionic-team/ionic-framework/issues/30448
57
*/
68
describe('Similar Route Prefixes', () => {
79
it('should select the correct tab when routes have similar prefixes', () => {

0 commit comments

Comments
 (0)