mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 14:44:07 +00:00
test: update hook tests to reflect increased request counts
This commit is contained in:
@@ -10,8 +10,8 @@ test.describe.serial('Hooks feature', () => {
|
||||
await runCollection(page, 'hooks-comprehensive-tests');
|
||||
|
||||
await validateRunnerResults(page, {
|
||||
totalRequests: 41,
|
||||
passed: 41,
|
||||
totalRequests: 45,
|
||||
passed: 45,
|
||||
failed: 0,
|
||||
skipped: 0
|
||||
});
|
||||
@@ -26,8 +26,8 @@ test.describe.serial('Hooks feature', () => {
|
||||
await runCollection(page, 'hooks-comprehensive-tests');
|
||||
|
||||
await validateRunnerResults(page, {
|
||||
totalRequests: 41,
|
||||
passed: 41,
|
||||
totalRequests: 45,
|
||||
passed: 45,
|
||||
failed: 0,
|
||||
skipped: 0
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user