0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 02:22:49 +00:00

Update Jest test for moved legacy homepage

This commit is contained in:
Trevor Buckner
2022-11-10 21:04:25 -05:00
parent ef80c23034
commit ebc03aee33
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ describe('Tests for static pages', ()=>{
return app.get('/').expect(200);
});
it('Home page v3 works', ()=>{
return app.get('/v3_preview').expect(200);
it('Home page legacy works', ()=>{
return app.get('/legacy').expect(200);
});
it('Changelog page works', ()=>{