mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
trying to force tests to re-run
This commit is contained in:
parent
7ab9d899e4
commit
95c4b6c922
@ -149,6 +149,7 @@ describe('<CredentialForm />', () => {
|
||||
wrapper.update();
|
||||
sourceFieldExpects();
|
||||
});
|
||||
|
||||
test('should update expected fields when gce service account json file uploaded', async () => {
|
||||
await act(async () => {
|
||||
await wrapper
|
||||
@ -182,6 +183,7 @@ describe('<CredentialForm />', () => {
|
||||
'-----BEGIN PRIVATE KEY-----\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n-----END PRIVATE KEY-----\n'
|
||||
);
|
||||
});
|
||||
|
||||
test('should clear expected fields when file clear button clicked', async () => {
|
||||
await act(async () => {
|
||||
wrapper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user