File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
ionic/components/tabs/test/advanced Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
2
- it ( 'should go to Tab1 Page1' , function ( ) {
3
- element ( by . css ( '#signIn' ) ) . click ( ) ;
4
- } ) ;
5
-
6
- it ( 'should go to Tab1 Page2' , function ( ) {
7
- element ( by . css ( '#goToTab1Page2' ) ) . click ( ) ;
8
- } ) ;
9
-
10
- it ( 'should go back to Tab1 Page1' , function ( ) {
11
- element ( by . css ( '#backToTab1Page1' ) ) . click ( ) ;
12
- } ) ;
13
-
14
- it ( 'should go to Tab2 Page1' , function ( ) {
15
- element ( by . css ( '.tab-button:nth-of-type(2)' ) ) . click ( ) ;
16
- } ) ;
17
-
18
- it ( 'should go back to Tab1 Page1' , function ( ) {
19
- element ( by . css ( '.tab-button:nth-of-type(1)' ) ) . click ( ) ;
20
- } ) ;
2
+ // it('should go to Tab1 Page1', function() {
3
+ // element(by.css('#signIn')).click();
4
+ // });
5
+ //
6
+ // it('should go to Tab1 Page2', function() {
7
+ // element(by.css('#goToTab1Page2')).click();
8
+ // });
9
+ //
10
+ // it('should go back to Tab1 Page1', function() {
11
+ // element(by.css('#backToTab1Page1')).click();
12
+ // });
13
+ //
14
+ // it('should go to Tab2 Page1', function() {
15
+ // element(by.css('.tab-button:nth-of-type(2)')).click();
16
+ // });
17
+ //
18
+ // it('should go back to Tab1 Page1', function() {
19
+ // element(by.css('.tab-button:nth-of-type(1)')).click();
20
+ // });
You can’t perform that action at this time.
0 commit comments