Skip to content

Commit 86a2fdc

Browse files
committed
include all
1 parent dfb7a38 commit 86a2fdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

special-pages/pages/history/integration-tests/history.screenshots.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const maxDiffPixels = 20;
66

77
test.describe('full history screenshots', { tag: ['@screenshots'] }, () => {
88
test.use({ viewport: { width: 1080, height: 500 } });
9-
test.skip(process.env.CI === 'true');
109
test('empty state', async ({ page }, workerInfo) => {
1110
const hp = HistoryTestPage.create(page, workerInfo).withEntries(0);
1211
await hp.openPage();
@@ -26,7 +25,6 @@ test.describe('full history screenshots', { tag: ['@screenshots'] }, () => {
2625

2726
test.describe('history sidebar screenshots', { tag: ['@screenshots'] }, () => {
2827
test.use({ viewport: { width: 1080, height: 400 } });
29-
test.skip(process.env.CI === 'true');
3028
test('sidebar active/hover', async ({ page }, workerInfo) => {
3129
const hp = HistoryTestPage.create(page, workerInfo).withEntries(3);
3230
await hp.openPage();
@@ -47,7 +45,6 @@ test.describe('history sidebar screenshots', { tag: ['@screenshots'] }, () => {
4745

4846
test.describe('history item selections', { tag: ['@screenshots'] }, () => {
4947
test.use({ viewport: { width: 1080, height: 400 } });
50-
test.skip(process.env.CI === 'true');
5148
test('main selecting', async ({ page }, workerInfo) => {
5249
const hp = HistoryTestPage.create(page, workerInfo).withEntries(12);
5350
await hp.openPage();
@@ -82,7 +79,6 @@ test.describe('history item selections', { tag: ['@screenshots'] }, () => {
8279

8380
test.describe('history header', { tag: ['@screenshots'] }, () => {
8481
test.use({ viewport: { width: 1080, height: 400 } });
85-
test.skip(process.env.CI === 'true');
8682
test('idle header', async ({ page }, workerInfo) => {
8783
const hp = HistoryTestPage.create(page, workerInfo).withEntries(12);
8884
await hp.openPage();

0 commit comments

Comments
 (0)