File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
src/app/shared/comcol/comcol-forms/comcol-form Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ beforeEach(() => {
55
66it ( 'should show loading component while saving' , ( ) => {
77 const title = 'Test Collection Title' ;
8- cy . get ( '#title' ) . type ( title ) ;
8+ cy . get ( '#title-en ' ) . type ( title ) ;
99
10- cy . get ( 'button[type="submit"] ' ) . click ( ) ;
10+ cy . get ( 'button[type="button"].btn-primary ' ) . click ( ) ;
1111
1212 cy . get ( 'ds-loading' ) . should ( 'be.visible' ) ;
1313} ) ;
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ beforeEach(() => {
55
66it ( 'should show loading component while saving' , ( ) => {
77 const title = 'Test Community Title' ;
8- cy . get ( '#title' ) . type ( title ) ;
8+ cy . get ( '#title-en ' ) . type ( title ) ;
99
10- cy . get ( 'button[type="submit"] ' ) . click ( ) ;
10+ cy . get ( 'button[type="button"].btn-primary ' ) . click ( ) ;
1111
1212 cy . get ( 'ds-loading' ) . should ( 'be.visible' ) ;
1313} ) ;
Original file line number Diff line number Diff line change 7979< hr class ="my-12 mt-0 "/>
8080
8181< div class ="row m-0 ">
82- < div class ="col-12 d-flex justify-content-center space-children-mr ">
82+ < div class ="col-12 d-flex justify-content-center space-children-mr form-submit ">
8383 < button (click) ="back.emit() " class ="btn btn-outline-secondary " type ="button ">
8484 < i class ="fas fa-arrow-left " aria-hidden ="true "> </ i > {{ type.value + '.edit.return' | translate }}
8585 </ button >
Original file line number Diff line number Diff line change 11.form-control {
22 margin-top : 2px ;
33}
4+
5+ .form-submit {
6+ gap : 20px ;
7+ }
You can’t perform that action at this time.
0 commit comments