Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 committed Aug 4, 2023
1 parent 8bb7783 commit 5d3a8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/e2e/create_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5d3a8a6

Please sign in to comment.