Skip to content

Commit

Permalink
updated test suite for UserPage
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Feb 4, 2025
1 parent 4376617 commit a242e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('UserPage component', () => {

describe('message in empty states', () => {
function getUserTableEmptyMessage(wrapper) {
return wrapper.findComponent({ name: 'UserTable' }).props().emptyMessage;
return wrapper.findComponent({ name: 'KTable' }).props().emptyMessage;
}

it('when there are no users', () => {
Expand Down

0 comments on commit a242e6b

Please sign in to comment.