Fix auth tests (#2335)

This commit is contained in:
Erik Jan de Wit 2022-03-24 15:35:27 +01:00 committed by GitHub
parent 07d1202d1c
commit 878e78f84c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ export default class AuthorizationTab {
copy() {
grantClipboardAccess();
cy.get("#authorizationDetails").focus();
cy.findByTestId(this.exportCopyButton).click();
return this;
}