Skip to content

Commit 1cfee9d

Browse files
committed
Add clickRowToggle function to retry section
1 parent 03b6c6d commit 1cfee9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/accessibility/apps/discover.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
132132

133133
// Context view test
134134
it('should open context view on a doc', async () => {
135-
await docTable.clickRowToggle();
136-
// click the open action
137135
await retry.try(async () => {
136+
await docTable.clickRowToggle();
137+
// click the open action
138138
const rowActions = await docTable.getRowActions();
139139
if (!rowActions.length) {
140140
throw new Error('row actions empty, trying again');

0 commit comments

Comments
 (0)