Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Oct 10, 2023
1 parent 2af208f commit 531831e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/test/extension/popup-test-pptr.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ describe('Lighthouse chrome popup', function() {
const enabledCategoriesFromSettings = Object.keys(mockStorage[STORAGE_KEYS.Categories])
.filter(key => mockStorage[STORAGE_KEYS.Categories][key]);
const expectedEnabledValues = [
'psi',
...enabledCategoriesFromSettings,
mockStorage[STORAGE_KEYS.Settings].device,
];
Expand Down

0 comments on commit 531831e

Please sign in to comment.