Skip to content

Commit c2b0d77

Browse files
committed
update for paths in condition telemetry dropdown, add config tab to inspector tests
1 parent 87ba787 commit c2b0d77

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

e2e/tests/functional/plugins/styling/conditionSetStyling.e2e.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ test.describe('Conditionally Styling, using a Condition Set', () => {
8787

8888
// Add the state generator to the first criterion such that there is a condition named 'OFF' when the state generator is off
8989
await page.getByLabel('Add Condition').click();
90-
await page
91-
.getByLabel('Criterion Telemetry Selection')
92-
.selectOption({ label: stateGenerator.name });
90+
await page.getByLabel('Criterion Telemetry Selection').selectOption({ value: 'all' });
9391
await page.getByLabel('Criterion Metadata Selection').selectOption({ label: 'State' });
9492
await page.getByLabel('Criterion Comparison Selection').selectOption({ label: 'is' });
9593
await page.getByLabel('Condition Name Input').first().fill('OFF');

e2e/tests/functional/ui/inspector.e2e.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const viewsTabsMatrix = {
3939
},
4040
'Condition Set': {
4141
Browse: ['Properties', 'Elements', 'Annotations'],
42-
Edit: ['Elements', 'Properties']
42+
Edit: ['Config', 'Elements', 'Properties']
4343
},
4444
'Condition Widget': {
4545
Browse: ['Properties', 'Styles'],

0 commit comments

Comments
 (0)