Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
snowteamer committed Sep 13, 2023
1 parent 7035686 commit 11b4f90
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/cypress/integration/group-paying.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,8 @@ describe('Group Payments', () => {
})

setIncomeDetails(true, 250)
cy.giLogout()
})

// TODO: move these assertions to unit tests.
it('period-related getters should work in the waiting period', () => {
cy.giLogin(`user1-${userId}`, { bypassUI: true })

// TODO: move these assertions to unit tests.
cy.window().its('sbp').then(sbp => {
// The getters we're going to test.
const { periodStampGivenDate, periodAfterPeriod, periodBeforePeriod } = sbp('state/vuex/getters')
Expand Down

0 comments on commit 11b4f90

Please sign in to comment.