Skip to content

Commit

Permalink
Update fulfillment.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adameddy26 authored Jun 7, 2024
1 parent 4d58d37 commit e3b2fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fulfillment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test ('Fulfillment', async () => {
await page.waitForTimeout(2000);
await page.keyboard.press('Enter');
await page.waitForTimeout(2000);
await page.fill('input[name="username"]','hotwax.user');
await page.fill('input[name="username"]','');
const usernameEnteredValue = await page.$eval('input[name="username"]', username => username.value);
await page.locator('input[name="password"]').fill('');
await page.waitForTimeout(2000);
Expand Down

0 comments on commit e3b2fc6

Please sign in to comment.