There was an error while loading. Please reload this page.
1 parent 0a83c40 commit 22ec7feCopy full SHA for 22ec7fe
1 file changed
test/vt-bot.spec.ts
@@ -280,7 +280,7 @@ test.describe('Loading Indicator', () => {
280
});
281
282
test.describe('Turn-Signal', () => {
283
- test.skip('inserts forward and backward values on old and new page', async ({ page }) => {
+ test('inserts forward and backward values on old and new page', async ({ page }) => {
284
const msgs: string[] = [];
285
page.on('console', (msg) => msg.text().startsWith('test:') && msgs.push(msg.text()));
286
await page.goto('/signal/one/');
0 commit comments