Fix auth tests (#2335)
This commit is contained in:
parent
07d1202d1c
commit
878e78f84c
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ export default class AuthorizationTab {
|
||||||
|
|
||||||
copy() {
|
copy() {
|
||||||
grantClipboardAccess();
|
grantClipboardAccess();
|
||||||
|
cy.get("#authorizationDetails").focus();
|
||||||
cy.findByTestId(this.exportCopyButton).click();
|
cy.findByTestId(this.exportCopyButton).click();
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue