Skip to content

Commit

Permalink
Merge branch 'feature-8.3' into ROU-11046
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney authored Aug 26, 2024
2 parents e327451 + d737ec1 commit ba080b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vue/test/base/tests/e2e/specs/tabs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ describe('Tabs', () => {
});

// Verifies fix for https://github.com/ionic-team/ionic-framework/issues/22597
it('should deselect old tab button when going to a tab that does not have a tab button', () => {
// TODO(ROU-11114): Re-enable this test after investigating and fixing the cause of its failure.
it.skip('should deselect old tab button when going to a tab that does not have a tab button', () => {
cy.visit('/tabs/tab1');
cy.ionPageVisible('tab1');

Expand Down Expand Up @@ -313,7 +314,8 @@ describe('Tabs', () => {
});

// Verifies fix for https://github.com/ionic-team/ionic-framework/issues/22847
it('should support dynamic tabs', () => {
// TODO(ROU-11114): Re-enable this test after investigating and fixing the cause of its failure.
it.skip('should support dynamic tabs', () => {
cy.visit('/tabs/tab1');
cy.ionPageVisible('tab1');

Expand Down

0 comments on commit ba080b7

Please sign in to comment.