Skip to content

Commit

Permalink
Remove performDeleteFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Jul 26, 2024
1 parent 805e206 commit 9271a47
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/app/components/editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,6 @@ class UIServiceInteractor {
return this
}

performDeleteFlow() {
fireEvent.click(screen.getByText('Delete'))

const confirmDeleteButton = screen.getByRole('button', {
name: 'Confirm',
})
fireEvent.click(confirmDeleteButton)
return this
}

queryRemoveQuestionButton() {
return screen.queryByLabelText(
QuestionSetEditorAriaLabel.removeQuestionButton(this.questionNumberFocus),
Expand Down

0 comments on commit 9271a47

Please sign in to comment.