Skip to content

Commit

Permalink
Unskip passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 3, 2021
1 parent b559dbb commit 04045c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import * as assert from 'uvu/assert';

/** @type {import('test').TestMaker} */
export default function (test) {
// TODO unskip this
test.skip('resets focus', '/accessibility/a', async ({ page, clicknav }) => {
test('resets focus', '/accessibility/a', async ({ page, clicknav }) => {
await clicknav('[href="/accessibility/b"]');
assert.equal(await page.innerHTML('h1'), 'b');
await page.waitForTimeout(50);
Expand Down

0 comments on commit 04045c2

Please sign in to comment.