Skip to content
Snippets Groups Projects
Commit 97ef3b13 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6543 update names

parent 29cccd12
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export class VorgangZusammenarbeitE2EComponent {
private readonly closeSearchButton: string = 'close-search-dialog';
private readonly clearSearchButton: string = 'clear-instant-search';
private readonly searchEntry: string = 'item-button';
private readonly orgaAdress: string = 'organisations-einheit-in-collaboration';
private readonly orgaAddress: string = 'organisations-einheit-in-collaboration';
private readonly anfrageResult: string = 'collaboration-request-result';
public getAnfrageButton(): Cypress.Chainable<JQuery<HTMLElement>> {
......@@ -115,8 +115,8 @@ export class VorgangZusammenarbeitE2EComponent {
cy.getTestElement(this.searchEntry).eq(index).click();
}
public addressContains(adress: string): void {
contains(cy.getTestElement(this.orgaAdress), adress);
public addressContains(address: string): void {
contains(cy.getTestElement(this.orgaAddress), address);
}
public getAnfrageResult(): Cypress.Chainable<JQuery<HTMLElement>> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment