Skip to content

Commit

Permalink
[#19] Add TODO to signify homepage needs expired token test when surv…
Browse files Browse the repository at this point in the history
…eys are shown in future PR
  • Loading branch information
liamstevens111 committed Mar 22, 2023
1 parent 0886516 commit b93f795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/Surveys/home.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const mockUserProfileData = {
avatar_url: 'https://secure.gravatar.com/avatar/6733d09432e89459dba795de8312ac2d',
};

// TODO: Add re-fetching auth token and calling endpoint when
// TODO: Add test for expired token for surveys are shown on home page (a further authenticated request required)
describe('Home', () => {
context('Authentication token', () => {
it('with user tokens, displays home page and user header', () => {
Expand Down

0 comments on commit b93f795

Please sign in to comment.