Skip to content

Commit 6f40256

Browse files
committed
fix(core): coordinate interest and popover interactions
Signed-off-by: John Yanarella <jyanarella@nvidia.com>
1 parent 168f218 commit 6f40256

22 files changed

Lines changed: 139 additions & 33 deletions

projects/core/src/alert/alert.test.lighthouse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('alert lighthouse report', () => {
1616
expect(report.scores.performance).toBe(100);
1717
expect(report.scores.accessibility).toBe(100);
1818
expect(report.scores.bestPractices).toBe(100);
19-
expect(report.payload.javascript.kb).toBeLessThan(23.3);
19+
expect(report.payload.javascript.kb).toBeLessThan(23.4);
2020
});
2121

2222
test('alert-group should meet lighthouse benchmarks', async () => {
@@ -33,6 +33,6 @@ describe('alert lighthouse report', () => {
3333
expect(report.scores.performance).toBe(100);
3434
expect(report.scores.accessibility).toBe(100);
3535
expect(report.scores.bestPractices).toBe(100);
36-
expect(report.payload.javascript.kb).toBeLessThan(23.3);
36+
expect(report.payload.javascript.kb).toBeLessThan(23.4);
3737
});
3838
});

projects/core/src/combobox/combobox.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('combobox lighthouse report', () => {
2525
expect(report.scores.performance).toBe(100);
2626
expect(report.scores.accessibility).toBe(100);
2727
expect(report.scores.bestPractices).toBe(100);
28-
expect(report.payload.javascript.kb).toBeLessThan(36.1);
28+
expect(report.payload.javascript.kb).toBeLessThan(36.2);
2929
});
3030

3131
test('combobox multi select with large dataset should meet lighthouse benchmarks', async () => {

projects/core/src/copy-button/copy-button.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ describe('copy-button lighthouse report', () => {
1616
expect(report.scores.performance).toBe(100);
1717
expect(report.scores.accessibility).toBe(100);
1818
expect(report.scores.bestPractices).toBe(100);
19-
expect(report.payload.javascript.kb).toBeLessThan(26);
19+
expect(report.payload.javascript.kb).toBeLessThan(26.2);
2020
});
2121
});

projects/core/src/datetime/datetime.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ describe('datetime lighthouse report', () => {
1919
expect(report.scores.performance).toBe(100);
2020
expect(report.scores.accessibility).toBe(100);
2121
expect(report.scores.bestPractices).toBe(100);
22-
expect(report.payload.javascript.kb).toBeLessThan(25.5);
22+
expect(report.payload.javascript.kb).toBeLessThan(25.6);
2323
});
2424
});

projects/core/src/dialog/dialog.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ describe('dialog lighthouse report', () => {
2525
expect(report.scores.performance).toBeGreaterThan(97); // bfcache
2626
expect(report.scores.accessibility).toBe(100);
2727
expect(report.scores.bestPractices).toBe(100);
28-
expect(report.payload.javascript.kb).toBeLessThan(24.9);
28+
expect(report.payload.javascript.kb).toBeLessThan(25);
2929
});
3030
});

projects/core/src/drawer/drawer.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe('drawer lighthouse report', () => {
1818
expect(report.scores.performance).toBeGreaterThan(98); // bfcache
1919
expect(report.scores.accessibility).toBe(100);
2020
expect(report.scores.bestPractices).toBe(100);
21-
expect(report.payload.javascript.kb).toBeLessThan(25.4);
21+
expect(report.payload.javascript.kb).toBeLessThan(25.5);
2222
});
2323
});

projects/core/src/icon-button/icon-button.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ describe('icon-button lighthouse report', () => {
1616
expect(report.scores.performance).toBe(100);
1717
expect(report.scores.accessibility).toBe(100);
1818
expect(report.scores.bestPractices).toBe(100);
19-
expect(report.payload.javascript.kb).toBeLessThan(19.5);
19+
expect(report.payload.javascript.kb).toBeLessThan(19.6);
2020
});
2121
});

projects/core/src/index.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('lighthouse report', () => {
1515
expect(report.scores.performance).toBe(100);
1616
expect(report.scores.accessibility).toBe(100);
1717
expect(report.scores.bestPractices).toBe(100);
18-
expect(report.payload.javascript.requests['index.js'].kb).toBeLessThan(130.5);
18+
expect(report.payload.javascript.requests['index.js'].kb).toBeLessThan(130.6);
1919

2020
// if sudden drop in size, check vite bundle config and bundle demo to ensure side effects are properly preserved
2121
expect(report.payload.javascript.requests['index.js'].kb).toBeGreaterThan(120);

projects/core/src/menu/menu.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ describe('menu lighthouse report', () => {
2121
expect(report.scores.performance).toBe(100);
2222
expect(report.scores.accessibility).toBe(100);
2323
expect(report.scores.bestPractices).toBe(100);
24-
expect(report.payload.javascript.kb).toBeLessThan(16);
24+
expect(report.payload.javascript.kb).toBeLessThan(16.1);
2525
});
2626
});

projects/core/src/month/month.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ describe('month lighthouse report', () => {
1919
expect(report.scores.performance).toBe(100);
2020
expect(report.scores.accessibility).toBe(100);
2121
expect(report.scores.bestPractices).toBe(100);
22-
expect(report.payload.javascript.kb).toBeLessThan(25.5);
22+
expect(report.payload.javascript.kb).toBeLessThan(25.6);
2323
});
2424
});

0 commit comments

Comments
 (0)