Skip to content

Commit

Permalink
test(local-server): tests work on macOS Monterey where AirPlay occupi…
Browse files Browse the repository at this point in the history
…es port 5000
  • Loading branch information
jan-molak committed Nov 24, 2021
1 parent 41f86b1 commit 1e04d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/local-server/spec/reporting.spec.ts
Expand Up @@ -68,7 +68,7 @@ describe('@serenity-js/local-server', () => {

let Nadia: Actor, Phillip: Actor;

const port = 5000;
const port = 5555;

beforeEach(() => {
Nadia = actorCalled('Nadia');
Expand Down

0 comments on commit 1e04d57

Please sign in to comment.