Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add search feature for users #39

Open
jrichardsz opened this issue May 31, 2023 · 0 comments
Open

add search feature for users #39

jrichardsz opened this issue May 31, 2023 · 0 comments

Comments

@jrichardsz
Copy link
Contributor

This will prevent the error when some one click on sort column

FAIL tests/Features/CreateUser/createUser.test.js
  Create a user (005)
    ✕ Creates a new user (2174 ms)

  ● Create a user (005) › Creates a new user

    expect(received).toBeGreaterThan(expected)

    Expected: > 1
    Received:   1

      209 |
      210 |     // expect(possibleElements).toContain(lastIdValue + 1);
    > 211 |     expect(newLastIdValue).toBeGreaterThan(lastIdValue);
          |                            ^
      212 |   });
      213 |
      214 |   afterAll(async () => {

      at Object.toBeGreaterThan (tests/Features/CreateUser/createUser.test.js:211:28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant