unskip test
This commit is contained in:
parent
05336305e5
commit
d8310dfad8
1 changed files with 1 additions and 1 deletions
|
|
@ -1518,7 +1518,7 @@ describe('Store', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('saveEndorsementQuestionAnswers method', () => {
|
describe('saveEndorsementQuestionAnswers method', () => {
|
||||||
it.skip('method should update endorsement question data in store', () => {
|
it('method should update endorsement question data in store', () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const questionNum = getRandomInt(1, 100);
|
const questionNum = getRandomInt(1, 100);
|
||||||
const questionText = getRandomString(50, 300);
|
const questionText = getRandomString(50, 300);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue