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

OZG-5243 added missing method calls

parent cc0607a6
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ describe('Bescheid History', () => {
vorgangDatenFormular.getHistorieTab().click();
const historieItemExpand: VorgangFormularDatenHistorieItemE2EComponent =
vorgangDatenFormular.getHistorieContainer().getListItemByIndex(0);
vorgangDatenFormular.getHistorieItemByIndex(0);
const bescheidItem: BescheidHistorieItemE2EComponent = historieItemExpand.getBescheid();
historieItemExpand.getExpandButton().click();
......@@ -189,7 +189,7 @@ describe('Bescheid History', () => {
contains(historieItemSent.getUser(), userName);
const historieItemMessage: VorgangFormularDatenHistorieItemE2EComponent =
vorgangDatenFormular.getHistorieContainer().getListItemByIndex(3);
vorgangDatenFormular.getHistorieItemByIndex(3);
contains(historieItemMessage.getHeadline(), HistorieHeadlineE2E.SEND_POSTFACH_NACHRICHT);
contains(historieItemMessage.getUser(), userName);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment