diff --git a/Module04_CI_CD/github_actions/hangman-front/src/components/start-game.spec.tsx b/Module04_CI_CD/github_actions/hangman-front/src/components/start-game.spec.tsx index 21141f3..a357be2 100644 --- a/Module04_CI_CD/github_actions/hangman-front/src/components/start-game.spec.tsx +++ b/Module04_CI_CD/github_actions/hangman-front/src/components/start-game.spec.tsx @@ -13,7 +13,7 @@ describe('StartGame component specs', () => { const items = await screen.findAllByRole('listitem'); - expect(items).toHaveLength(1); + expect(items).toHaveLength(2); expect(getTopicsStub).toHaveBeenCalled(); }); }); diff --git a/Module04_CI_CD/github_actions/hangman-front/src/index.html b/Module04_CI_CD/github_actions/hangman-front/src/index.html index fe3ccb9..804b1bf 100644 --- a/Module04_CI_CD/github_actions/hangman-front/src/index.html +++ b/Module04_CI_CD/github_actions/hangman-front/src/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> - Hangman + Hangman CI change