icecat: update upstream v128.13.0-1gnu1
This commit is contained in:
parent
a8d305c270
commit
0cdda4f34e
51 changed files with 5487 additions and 4614 deletions
|
|
@ -116,10 +116,9 @@ add_task(async function test_search_config_codes_in_search_telemetry() {
|
|||
`Should have the base partner code ${engine.base.partnerCode} listed in the search telemetry 'taggedCodes'`
|
||||
);
|
||||
} else {
|
||||
Assert.equal(
|
||||
telemetryEntry.telemetryId,
|
||||
"baidu",
|
||||
"Should only not have a base partner code for Baidu"
|
||||
Assert.ok(
|
||||
["google", "baidu"].includes(telemetryEntry.telemetryId),
|
||||
"Should only not have a base partner code for Google and Baidu"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue