Skip to content

Commit

Permalink
updated test line
Browse files Browse the repository at this point in the history
  • Loading branch information
vsharma728 committed Jun 13, 2024
1 parent 3b35dec commit ddfcc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/usePageObjects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('Parametrized Methods @smoke', async({page}) => {
const randomEmail = `${randomFullName.replace(' ', '')}${faker.number.int(1000)}@test.com`

await pm.navigateTo().formLayoutPage()
await pm.onFormLayoutsPage().submitUsingTheGridFormWithCredentialsAndSelectOption(process.env.USRNAME, process.env.PASSWORD, 'Option 1')
//await pm.onFormLayoutsPage().submitUsingTheGridFormWithCredentialsAndSelectOption(process.env.USRNAME, process.env.PASSWORD, 'Option 1')
// await page.screenshot({path: 'screenshots/formLayoutsPage.png'})
// const buffer = await page.screenshot()
// console.log(buffer.toString('base64'))
Expand Down

0 comments on commit ddfcc81

Please sign in to comment.