successful editing of role list

This commit is contained in:
AlecM33
2023-08-03 16:52:03 -04:00
parent 0d82227824
commit 24ae53209f
19 changed files with 260 additions and 103 deletions

View File

@@ -332,7 +332,7 @@ describe('game page', () => {
}
]);
expect(document.getElementById('end-of-game-header')).not.toBeNull();
expect(document.getElementById('restart-game-button')).not.toBeNull();
expect(document.getElementById('return-to-lobby-button')).not.toBeNull();
});
afterAll(() => {