cuttle-cards / cuttle

A two-player battle card game for all ages, built with nodejs, sailsjs, and vuejs
MIT License
145 stars 115 forks source link

Feat #1036 enter lobby after room creation #1079

Closed piotrziolko closed 1 month ago

piotrziolko commented 1 month ago

Issue number 1036

Relevant issue number

Please check the following

Please describe additional details for testing this change

Haviles04 commented 1 month ago

Nice work, this will be a nice improvement :). I think we're likely going to need to update some test now that it will navigate you to the lobby view. specifically it('Creates a new game by hitting enter in text field',()=>{}) in specs/out-of-game/home.spec.js

If you have any questions you can reach out in the #code channel of our Discord

piotrziolko commented 1 month ago

Nice work, this will be a nice improvement :). I think we're likely going to need to update some test now that it will navigate you to the lobby view. specifically it('Creates a new game by hitting enter in text field',()=>{}) in specs/out-of-game/home.spec.js

If you have any questions you can reach out in the #code channel of our Discord

tests updated