Skip to content

Commit

Permalink
Tests: Prevent filename conflict on @actions/upload-artifact (#40042)
Browse files Browse the repository at this point in the history
* Prevent filename conflict on @actions/upload-artifact

* Modify test name so the test will run in CI

* Add changelog
  • Loading branch information
tbradsha authored Nov 5, 2024
1 parent 73c3d8e commit 7ae208e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/files/e2e-tests/e2e-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const projects = [
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Concatenate JS/CSS',
project: 'Jetpack Boost - Concatenate JS and CSS',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/concatenate', '--retries=1' ],
targets: [ 'plugins/boost' ],
Expand Down
5 changes: 5 additions & 0 deletions projects/plugins/boost/changelog/fix-tests-filename_conflict
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Fix filename conflict on E2E test artifact upload.


Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { JetpackBoostPage } from '../../lib/pages/index.js';
import { PostFrontendPage } from 'jetpack-e2e-commons/pages/index.js';
import playwrightConfig from 'jetpack-e2e-commons/playwright.config.mjs';

test.describe( 'Concatenate JS/CSS', () => {
test.describe( 'Concatenate JS and CSS', () => {
let page;

test.beforeAll( async ( { browser } ) => {
Expand Down

0 comments on commit 7ae208e

Please sign in to comment.