Skip to content

Commit 61b88e8

Browse files
committed
review copy
1 parent 294707c commit 61b88e8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

js/Conditions/ConditionsControl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ const ConditionsControl = ({ conditions, setConditions }) => {
126126
options={[
127127
{
128128
label: __(
129-
'All conditions are true',
129+
'All conditions are met',
130130
'feedzy-rss-feeds'
131131
),
132132
value: 'all',
133133
},
134134
{
135-
label: __('Any condition is true', 'feedzy-rss-feeds'),
135+
label: __('Any condition is met', 'feedzy-rss-feeds'),
136136
value: 'any',
137137
},
138138
]}

tests/e2e/specs/upsell.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ test.describe( 'Upsell', () => {
2323
// It should have 1 elements with .only-pro-content class.
2424
await expect( filtersTab.locator('.pro-label').count() ).resolves.toBe(1);
2525

26-
let upgradeLink = new URL( await filterByKeywordAlert.locator('a').first().getAttribute('href') );
27-
expect( upgradeLink.searchParams.get( 'utm_campaign' ) ).toBe('filters');
2826
} );
2927

3028

0 commit comments

Comments
 (0)