We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19f8c3 commit c92baa6Copy full SHA for c92baa6
e2e/pages/testrun/list.po/index.ts
@@ -16,7 +16,7 @@ class TestRunList extends BasePage {
16
}
17
18
openTestRun(buildName: string) {
19
- return elements.testRunsTable.clickRow(buildName, columns.build);
+ return elements.testRunsTable.clickCell(columns.build, buildName, columns.build);
20
21
22
getTestRunsCount() {
0 commit comments