mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
add e2e test for auth form rendering after tab switch
This commit is contained in:
@@ -17,7 +17,8 @@ const navigation = {
|
||||
inventoryScripts: 'i[class$="fa-code"]',
|
||||
notifications: 'i[class$="fa-bell"]',
|
||||
managementJobs: 'i[class$="fa-wrench"]',
|
||||
instanceGroups: 'i[class$="fa-server"]'
|
||||
instanceGroups: 'i[class$="fa-server"]',
|
||||
settings: 'i[class$="fa-cog"]',
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user