fix(network.spec.ts): typo in the word should (#8223)
This commit is contained in:
parent
0c8174b987
commit
e93faadc21
@ -143,7 +143,7 @@ describe('network', function () {
|
||||
});
|
||||
|
||||
describeFailsFirefox('Request.initiator', () => {
|
||||
it('shoud return the initiator', async () => {
|
||||
it('should return the initiator', async () => {
|
||||
const { page, server } = getTestState();
|
||||
|
||||
const initiators = new Map();
|
||||
|
Loading…
Reference in New Issue
Block a user