Skip to content

Commit 68c882c

Browse files
authored
fix failing e2e (#867)
1 parent 09e8405 commit 68c882c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/cypress/e2e/company_admin/company_settings.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)