unskip test

This commit is contained in:
Katie Kroell 2026-04-20 14:34:21 -04:00
parent 05336305e5
commit d8310dfad8

View file

@ -1518,7 +1518,7 @@ describe('Store', () => {
});
describe('saveEndorsementQuestionAnswers method', () => {
it.skip('method should update endorsement question data in store', () => {
it('method should update endorsement question data in store', () => {
// Arrange
const questionNum = getRandomInt(1, 100);
const questionText = getRandomString(50, 300);