File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
packages/react-integration Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ export default defineConfig({
77 screenshotOnRunFailure : false ,
88 viewportWidth : 1200 ,
99 viewportHeight : 792 ,
10- supportFile : false
10+ supportFile : false ,
11+ testIsolation : false
1112 } ,
1213 reporter : 'junit' ,
1314 reporterOptions : {
Original file line number Diff line number Diff line change 11describe ( 'About Modal Demo Test' , ( ) => {
2- before ( ( ) => {
2+ it ( 'Navigate to demo section' , ( ) => {
33 cy . visit ( 'http://localhost:3000/about-modal-demo-nav-link' ) ;
44 } ) ;
5+
56 it ( 'Open + close about modal' , ( ) => {
67 cy . get ( '#modal-button' ) . click ( ) ;
78 cy . get ( '.pf-v6-c-about-modal-box' ) . should ( 'exist' ) ;
Original file line number Diff line number Diff line change 11describe ( 'Accordion Demo Test' , ( ) => {
2- beforeEach ( ( ) => {
2+ it ( 'Navigate to demo section' , ( ) => {
33 cy . visit ( 'http://localhost:3000/accordion-demo-nav-link' ) ;
44 } ) ;
55
Original file line number Diff line number Diff line change 11describe ( 'Alert Demo Test' , ( ) => {
2- beforeEach ( ( ) => {
2+ it ( 'Navigate to demo section' , ( ) => {
33 cy . visit ( 'http://localhost:3000/alert-demo-nav-link' ) ;
44 } ) ;
55
Original file line number Diff line number Diff line change 11describe ( 'Alert Group Demo Test' , ( ) => {
2- beforeEach ( ( ) => {
2+ it ( 'Navigate to demo section' , ( ) => {
33 cy . visit ( 'http://localhost:3000/alert-group-demo-nav-link' ) ;
44 } ) ;
55
You can’t perform that action at this time.
0 commit comments