Paratii-Video / paratii-player

Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).
http://paratii.video
GNU General Public License v3.0
41 stars 11 forks source link

write test for profile redirect #233

Closed jellegerbrandy closed 7 years ago

jellegerbrandy commented 7 years ago

there is a stub for the test in tests/profile.test.js:

  it('arriving on profile page without being logged shoudl redirect to home [TODO]', function () {
    // TODO: implement the functionality and write this test

  })
geckoslair commented 7 years ago

Temporarly close, we need a more generalistic routing rules set depending on user role (anon, logged, other?) #237