Skip to content

Commit 71d0eb6

Browse files
twometresteveSteve Kirkland
andauthored
Rename fixtures files (batch 4) (#2623)
* Rename csp fixture * Rename delivery fixture * Rename device fixture files * Rename "a" fixture files * Rename "b" fixture files * Rename "c" fixture files * Rename remaining fixture files * Rename fixture files * Rename fixture files * Rename fixture files * Corrections * Corrections * Rename fixture files * Correction * Correction file name * Move BitBar browser tests to EU hub --------- Co-authored-by: Steve Kirkland <steve.kirkland@smartbear.com>
1 parent f7ec3a0 commit 71d0eb6

20 files changed

Lines changed: 17 additions & 18 deletions

.buildkite/basic/browser-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ steps:
111111
#
112112
# BitBar tests
113113
#
114-
- label: ":bitbar: {{matrix}} Browser tests (US hub)"
114+
- label: ":bitbar: {{matrix}} Browser tests (EU hub)"
115115
matrix:
116116
- firefox_latest
117117
- chrome_latest
@@ -142,7 +142,7 @@ steps:
142142
concurrency_group: "bitbar"
143143
concurrency_method: eager
144144

145-
- label: ":bitbar: ie_11 Browser tests"
145+
- label: ":bitbar: ie_11 Browser tests (EU hub)"
146146
depends_on: "browser-maze-runner-bb"
147147
timeout_in_minutes: 30
148148
plugins:

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ services:
5555
API_HOST: "${API_HOST:-maze-runner}"
5656
MAZE_REPEATER_API_KEY: "${MAZE_REPEATER_API_KEY_BROWSER:-}"
5757
MAZE_HUB_REPEATER_API_KEY: "${MAZE_HUB_REPEATER_API_KEY_BROWSER:-}"
58+
MAZE_SELENIUM_SERVER: "https://eu-desktop-hub.bitbar.com/wd/hub"
5859
env_file:
5960
- ${DOCKER_ENV_FILE:-test/browser/features/fixtures/null_env}
6061
networks:

test/browser/features/fixtures/inline_script/script/b.html renamed to test/browser/features/fixtures/inline_script/script/load_after_script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</script>
1010
</head>
1111
<body>
12-
<script src="b.js"></script>
12+
<script src="load_after_script.js"></script>
1313
<script>/* nothing to see here */</script>
1414
</body>
1515
</html>

test/browser/features/fixtures/inline_script/script/b.js renamed to test/browser/features/fixtures/inline_script/script/load_after_script.js

File renamed without changes.

test/browser/features/fixtures/inline_script/script/a.html renamed to test/browser/features/fixtures/inline_script/script/load_before_script.html

File renamed without changes.

test/browser/features/fixtures/ip_redaction/script/a.html renamed to test/browser/features/fixtures/ip_redaction/script/collect_false.html

File renamed without changes.

test/browser/features/fixtures/ip_redaction/script/b.html renamed to test/browser/features/fixtures/ip_redaction/script/id_provided.html

File renamed without changes.

test/browser/features/fixtures/navigation/script/a.html renamed to test/browser/features/fixtures/navigation/script/navigation.html

File renamed without changes.

test/browser/features/fixtures/on_error/script/a.html renamed to test/browser/features/fixtures/on_error/script/onerror_config.html

File renamed without changes.

test/browser/features/fixtures/on_error/script/b.html renamed to test/browser/features/fixtures/on_error/script/onerror_config_false.html

File renamed without changes.

0 commit comments

Comments
 (0)