2021-12-10 12:24:26 +00:00
|
|
|
export default class ClientScopesTab {
|
|
|
|
private clientScopesTab = "#pf-tab-clientScopes-clientScopes";
|
|
|
|
|
2022-01-08 09:27:57 +00:00
|
|
|
goToClientScopesTab() {
|
2021-12-10 12:24:26 +00:00
|
|
|
cy.get(this.clientScopesTab).click();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|