mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chore(#197): ran prettier on tests folder
This commit is contained in:
parent
bd0738198c
commit
4531cfc994
@ -45,5 +45,4 @@ test.describe('bruno e2e test', () => {
|
|||||||
await homePage.updateUser();
|
await homePage.updateUser();
|
||||||
await expect(homePage.statusRequestSuccess).toBeVisible();
|
await expect(homePage.statusRequestSuccess).toBeVisible();
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
@ -83,4 +83,4 @@ exports.HomePage = class HomePage {
|
|||||||
await this.submitButton.click();
|
await this.submitButton.click();
|
||||||
await this.sendRequestButton.click();
|
await this.sendRequestButton.click();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user