Skip to content

Commit 22ec7fe

Browse files
committed
reactivated turn signal test (was there a problem with github actions?)
1 parent 0a83c40 commit 22ec7fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/vt-bot.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ test.describe('Loading Indicator', () => {
280280
});
281281
});
282282
test.describe('Turn-Signal', () => {
283-
test.skip('inserts forward and backward values on old and new page', async ({ page }) => {
283+
test('inserts forward and backward values on old and new page', async ({ page }) => {
284284
const msgs: string[] = [];
285285
page.on('console', (msg) => msg.text().startsWith('test:') && msgs.push(msg.text()));
286286
await page.goto('/signal/one/');

0 commit comments

Comments
 (0)