Skip to content

Commit

Permalink
Reset url on rate table tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Nov 2, 2023
1 parent 842c699 commit bd19a7d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import selectEvent from 'react-select-event'
import userEvent from '@testing-library/user-event'

describe('RateReviewsTable', () => {
afterEach(() => {
window.history.pushState({}, '', 'dashboard/rate-reviews')
})

const statePrograms = mockMNState().programs
const tableData = (): RateInDashboardType[] => [
{
Expand Down

0 comments on commit bd19a7d

Please sign in to comment.