Sessions test bug fix (#3640)
This commit is contained in:
parent
a2ac19339e
commit
a66caf954e
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue