ArgoCD cypress test randomly failing to sync
https://repo1.dso.mil/platform-one/big-bang/bigbang/-/jobs/13247503
The issue is something with this section:
cy.get('a[qe-id="applications-tiles-button-sync"]', {timeout: 60000})
.should('be.visible')
.click()
cy.wait(1000)