trying to force tests to re-run

This commit is contained in:
Keith Grant
2020-08-31 15:42:03 -07:00
parent 7ab9d899e4
commit 95c4b6c922

View File

@@ -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