Skip to content

Commit

Permalink
resolved test case 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Jun 19, 2024
1 parent fdf40b3 commit 6ca849a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ export default class DocumentPermissions extends BasePage {
async setFieldValue(field, value) {
const fieldEl = await this.getField(field);
await fieldEl.waitForVisible();
console.log('setFieldValue111', fieldEl)
const finalSet = await fixtures.layouts.setValue(fieldEl, value);
console.log('finalSet2222', finalSet)
return finalSet;
}

Expand Down

0 comments on commit 6ca849a

Please sign in to comment.