mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
fix typo
This commit is contained in:
@@ -67,7 +67,7 @@ describe('Create page', function () {
|
||||
.toEqual('Test name');
|
||||
});
|
||||
|
||||
it('should successstartabley update custom role information after creating it', () => {
|
||||
it('should successfully update custom role information after creating it', () => {
|
||||
document.getElementById('role-category-custom').click();
|
||||
document.getElementById('custom-role-btn').click();
|
||||
document.getElementById('role-name').value = 'Test name';
|
||||
|
||||
Reference in New Issue
Block a user