mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-01 08:50:27 +00:00
Fix for acceptance tests (#1006)
This commit is contained in:
parent
5bb904d068
commit
e104128df8
@ -248,7 +248,7 @@ function deeperCheck(leftSidePath, rightSidePath, filterName, leftSideExpectedTe
|
|||||||
const entryId = getEntryId(element[0].id);
|
const entryId = getEntryId(element[0].id);
|
||||||
leftOnHoverCheck(entryId, leftSidePath, filterName);
|
leftOnHoverCheck(entryId, leftSidePath, filterName);
|
||||||
|
|
||||||
element.click();
|
cy.get(`#list #entry-${entryId}`).click();
|
||||||
rightTextCheck(rightSidePath, rightSideExpectedText);
|
rightTextCheck(rightSidePath, rightSideExpectedText);
|
||||||
rightOnHoverCheck(rightSidePath, filterName);
|
rightOnHoverCheck(rightSidePath, filterName);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user