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