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

Loading state to Table #69

Closed
rafaberaldo opened this issue May 22, 2017 · 0 comments
Closed

Loading state to Table #69

rafaberaldo opened this issue May 22, 2017 · 0 comments
Milestone

Comments

@rafaberaldo
Copy link
Member

Description

Add a loading state to Table, for when making an async task.

@rafaberaldo rafaberaldo added this to the v0.4.0 milestone May 30, 2017
kikuomax added a commit to kikuomax/buefy that referenced this issue Sep 18, 2023
* test(lib): update Menu spec

- Updates the unit tests (spec) of `Menu` so that they can work with
  `@vue/test-utils` V2:
    - Replaces `wrapper.name()` with `wrapper.vm.$options.name` because
      `wrapper.name` no longer exists in `@vue/test-utils` V2.
    - Replaces the test on `wrapper.isVueInstance()` with presence of
      `wrapper.vm` because `wrapper.isVueInstance` no longer exists in
      `@vue/test-utils` V2.

issue ntohq#1

* test(lib): update MenuItem spec

- Updates the unit tests (spec) of `MenuItem` so that they can work with
  `@vue/test-utils` V2:
    - Awaits `wrapper.setProps` so that the subsequent tests verify the
      updated state.
    - Replaces `wrapper.name()` with `wrapper.vm.$options.name` because
      `wrapper.name` no longer exists in `@vue/test-utils` V2.
    - Replaces the test on `wrapper.isVueInstance()` with presence of
      `wrapper.vm` because `wrapper.isVueInstance` no longer exists in
      `@vue/test-utils` V2.
    - Refreshes the snapshot. I did not see any problems in the updated
      snapshot.

issue ntohq#1

* test(lib): update MenuList spec

- Refreshes the snapshot in the `MenuList` spec. I did not find any
  problems in the updated snapshot.

  However, the spec of `MenuList` won't pass until the following issue
  is fixed:
    - ntohq#20

issue ntohq#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant