Skip to content

Commit

Permalink
Enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniemc committed Jan 17, 2025
1 parent e00c7c5 commit 38e5018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { FACILITY_TYPES, FLOW_TYPES } from '../../utils/constants';

describe('VAOS Page: ContactInfoPage', () => {
// Flaky test: https://github.com/department-of-veterans-affairs/va.gov-team/issues/82968
it.skip('should accept email, phone, and preferred time and continue', async () => {
it('should accept email, phone, and preferred time and continue', async () => {
const store = createTestStore({
user: {
profile: {
Expand Down

0 comments on commit 38e5018

Please sign in to comment.