File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,7 @@ test.describe( 'Upsell', () => {
35
35
36
36
const filterByKeywordAlert = await filtersTab . locator ( '.upgrade-alert' ) . first ( ) ;
37
37
let upgradeLink = new URL ( await filterByKeywordAlert . locator ( 'a' ) . first ( ) . getAttribute ( 'href' ) ) ;
38
- expect ( upgradeLink . searchParams . get ( 'utm_campaign' ) ) . toBe ( 'filter-keyword' ) ;
39
-
40
- const excludeItemsAlert = await filtersTab . locator ( '.upgrade-alert' ) . nth ( 1 ) ;
41
- upgradeLink = new URL ( await excludeItemsAlert . locator ( 'a' ) . first ( ) . getAttribute ( 'href' ) ) ;
42
- expect ( upgradeLink . searchParams . get ( 'utm_campaign' ) ) . toBe ( 'exclude-items' ) ;
43
-
44
- const filterByTimeRangeAlert = await filtersTab . locator ( '.upgrade-alert' ) . nth ( 2 ) ;
45
- upgradeLink = new URL ( await filterByTimeRangeAlert . locator ( 'a' ) . first ( ) . getAttribute ( 'href' ) ) ;
46
- expect ( upgradeLink . searchParams . get ( 'utm_campaign' ) ) . toBe ( 'filter-time-range' ) ;
38
+ expect ( upgradeLink . searchParams . get ( 'utm_campaign' ) ) . toBe ( 'filters' ) ;
47
39
} ) ;
48
40
49
41
test ( 'map content' , async ( { editor, page } ) => {
You can’t perform that action at this time.
0 commit comments