File tree Expand file tree Collapse file tree
e2e/cypress/e2e/company_admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ describe('CompanySettings', function() {
132132
133133 it ( 'TGA-86: User section permissions are not lost when saving other metadata' , function ( ) {
134134 // Login and navigate to Company settings page
135- NewshubLayout . login ( 'admin@nistrator.org ' , 'admin' ) ;
135+ NewshubLayout . login ( 'admin@example.com ' , 'admin' ) ;
136136 NewshubLayout . getSidebarLink ( 'settings' ) . click ( ) ;
137137 SettingsNav . getNavLink ( 'companies' ) . click ( ) ;
138138
@@ -200,7 +200,7 @@ describe('CompanySettings', function() {
200200
201201 it ( 'Section permissions use parent Company until changed on the user level' , function ( ) {
202202 // Login and navigate to Company settings page
203- NewshubLayout . login ( 'admin@nistrator.org ' , 'admin' ) ;
203+ NewshubLayout . login ( 'admin@example.com ' , 'admin' ) ;
204204 NewshubLayout . getSidebarLink ( 'settings' ) . click ( ) ;
205205 SettingsNav . getNavLink ( 'companies' ) . click ( ) ;
206206
You can’t perform that action at this time.
0 commit comments