Skip to content

Commit b2ccd16

Browse files
committed
reactivate all specs
1 parent 39321bd commit b2ccd16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/in-angular-material/src/testing/emulate-shift-arrows.shared-spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export function testEmulateShiftArrows(
404404
});
405405
});
406406

407-
fdescribe('with initial selection direction forward and selected more than one line', () => {
407+
describe('with initial selection direction forward and selected more than one line', () => {
408408
beforeEach(async () => {
409409
await context.setSelectionRange(1, 6, 'forward');
410410
await context.takeScreenshot('arrow-up-reducing-selection-0-before-arrow-down');
@@ -593,7 +593,7 @@ export function testEmulateShiftArrows(
593593
});
594594
});
595595

596-
fdescribe('with initial selection direction backward and selected more than one line', () => {
596+
describe('with initial selection direction backward and selected more than one line', () => {
597597
beforeEach(async () => {
598598
await context.setSelectionRange(initialCursorPos - 6, initialCursorPos - 1, 'backward');
599599

test/in-angular-material/src/testing/emulate-tab.shared-spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function testEmulateTab(
2727

2828
it('should start', () => expectNotToHaveThrownAnything());
2929

30-
fit('should find selectable inputs', async () => {
30+
it('should find selectable inputs', async () => {
3131
await ensureTheresMoreThanOnePageOfEvents();
3232

3333
const selectableElementIds = await emulateKey.tab.findSelectableElements();

0 commit comments

Comments
 (0)