mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Merge pull request #4056 from ansible/capitalization
updated e2e to work with new capitalization Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
4a19da650d
@ -117,7 +117,7 @@ module.exports = {
|
||||
.click('@save');
|
||||
client.waitForSpinny();
|
||||
users.search(store.user.username);
|
||||
users.expect.element(row).text.contain(`${store.user.username}\n${store.user.firstName[0].toUpperCase() + store.user.firstName.slice(1)}\n${store.user.lastName}`);
|
||||
users.expect.element(row).text.contain(`${store.user.username}\n${store.user.firstName}\n${store.user.lastName}`);
|
||||
client.logout();
|
||||
},
|
||||
'check if the new user can login': (client) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user