Skip to content
Snippets Groups Projects
Commit 68c18063 authored by Albert Bruns's avatar Albert Bruns
Browse files

OZG-725 small fix

parent 6e325ec4
No related branches found
No related tags found
1 merge request!103OZG-725-ui-styling
...@@ -9,7 +9,7 @@ export class E2EForwardingExecutor { ...@@ -9,7 +9,7 @@ export class E2EForwardingExecutor {
this.forwardingDialog.getSearchText().type(organisationsEinheit); this.forwardingDialog.getSearchText().type(organisationsEinheit);
waitForSpinnerToDisappear(); waitForSpinnerToDisappear();
this.forwardingDialog.clickSearchEntry(0); this.forwardingDialog.clickSearchEntry(0);
exist(this.forwardingDialog.getForwardingItem()); exist(this.forwardingDialog.getSelectedSearchItem());
this.forwardingDialog.getForwardingButton().click(); this.forwardingDialog.getForwardingButton().click();
waitForSpinnerToDisappear(); waitForSpinnerToDisappear();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment