Skip to content

Commit 6562f87

Browse files
committed
Updated CHANGELOG.md and playwright.config.js
1 parent 8348707 commit 6562f87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Unreleased
44

5+
* Refactored code to new filters format and sent selected filters in run workflow modal (\#686);
56
* Displayed list of images that would be processed by the first task of a job (\#686);
67
* Added environment variable `ENABLE_INTERACTIVE_ATTRIBUTE_FILTERS`, to enable attribute filters on the "Run workflow" modal (\#686);
78
* Fixed findings based on `zizmor 1.0.1` audit (\#687).

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default defineConfig({
7474

7575
webServer: [
7676
{
77-
command: './tests/start-test-server.sh --branch 2153-data-structure-for-filters',
77+
command: './tests/start-test-server.sh --branch dev-2.11',
7878
port: 8000,
7979
waitForPort: true,
8080
stdout: 'pipe',

0 commit comments

Comments
 (0)