chore(#197): ran prettier on tests folder

This commit is contained in:
Anoop M D 2023-09-22 00:45:42 +05:30
parent bd0738198c
commit 4531cfc994
3 changed files with 5 additions and 6 deletions

View File

@ -45,5 +45,4 @@ test.describe('bruno e2e test', () => {
await homePage.updateUser();
await expect(homePage.statusRequestSuccess).toBeVisible();
});
});

View File

@ -83,4 +83,4 @@ exports.HomePage = class HomePage {
await this.submitButton.click();
await this.sendRequestButton.click();
}
}
};