Skip to content

Commit 4e1cce5

Browse files
authored
Tests: Use different port numbers between scenarios (#99)
1 parent a757a27 commit 4e1cce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/server.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Feature: Serve WordPress locally
3232

3333
Scenario: Access wp-login.php
3434
Given a WP install
35-
And I launch in the background `wp server --host=localhost --port=8182`
35+
And I launch in the background `wp server --host=localhost --port=8185`
3636

37-
When I run `curl -sS http://localhost:8182/wp-login.php`
37+
When I run `curl -sS http://localhost:8185/wp-login.php`
3838
Then STDOUT should contain:
3939
"""
4040
wp-login.php

0 commit comments

Comments
 (0)