Skip to content

Commit 5b70362

Browse files
author
Eric Olkowski
committed
Test enabling test with cypress bump
1 parent c10341f commit 5b70362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-integration/cypress/integration/tabshorizontaloverflow.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Tab Demo Test', () => {
3737
});
3838

3939
// TODO: look into why this test will only pass when another test interacting with the "More" overflow fails first
40-
xit('Allows selection of tabs from overflow tab menu', () => {
40+
it('Allows selection of tabs from overflow tab menu', () => {
4141
cy.contains('Tab 1 section').should('not.be.hidden');
4242
cy.contains('Tab 9 section').should('be.hidden');
4343
cy.contains('.pf-v6-c-tabs__link', 'More').click();

0 commit comments

Comments
 (0)