Sessions test bug fix (#3640)

This commit is contained in:
Dominik Kawka 2022-10-25 09:57:22 +01:00 committed by GitHub
parent a2ac19339e
commit a66caf954e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ describe("Sessions test", () => {
describe("Sessions list view", () => {
it("check item values", () => {
listingPage.searchItem(client, false);
commonPage
.tableUtils()
.checkRowItemExists(admin)
@ -31,6 +32,7 @@ describe("Sessions test", () => {
});
it("go to item accessed clients link", () => {
listingPage.searchItem(client, false);
commonPage.tableUtils().clickRowItemLink(client);
});
});