This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/tests/wdio
Ken Sternberg 7c4fafdc28 web: provide a "select / select all" tool for the dual list multiselect
**This commit**

- Fixes the bug whereby pagination would leave the 'some moves available' state visible by clearing
  the 'to-move' state when the list of options changes.
- Fixes the bug whereby a change of 'options' in available would also cause an update to
  `selectedKeys`, causing the entire selected field to clear. Fixed by making `selectedKeys` a
  static object updated only when `selected` is generated rather than generating it anew with each
  re-rerender. (Hey, kids, can you say "functional programming and immutability" five time fast? I
  knew you could!)
- Fixes the bug whereby the change of outpost type would not cause an update of the `options`
  collection.
- Fixes the bug whereby the CSS was not creating enough whitespace separation between the whole
  component and its siblings. Host components are coded `span:static` unless otherwise styled to be
  `block`; we want `block` most of the time.
- Fixes the bug whereby the list of existing objects wasn't being passed to the handler correctly.
- Updates the Form Handler to recognize this new input object.
- Fixes the bug whereby changing outpost type doesn't handle the list of selected applications well.
- Fixes the bug whereby the identity of the outpost type's associated `fetch()` function loses
  identity -- necessary to maintain the selected outpost type switch.
- Fixes the CSS bug whereby horizontal scrolling would not enable correctly when the application's
  name overflows the listbox.
- Completes this assignment.  :-)
2024-01-02 15:46:28 -08:00
..
blueprints web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
test web: Application wizard v2 with tests (#7004) 2023-10-18 12:43:37 -07:00
.eslintignore web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
.eslintrc.json web: Application wizard v2 with tests (#7004) 2023-10-18 12:43:37 -07:00
.eslintrc.precommit.json web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
.gitignore web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
.prettierignore web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
.prettierrc.json web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
Makefile web: Application wizard v2 with tests (#7004) 2023-10-18 12:43:37 -07:00
package-lock.json web: provide a "select / select all" tool for the dual list multiselect 2024-01-02 15:46:28 -08:00
package.json web: provide a "select / select all" tool for the dual list multiselect 2024-01-02 15:46:28 -08:00
tsconfig.json web: add webdriverIO testing layer (#6959) 2023-10-02 08:40:39 -07:00
wdio.conf.ts web: provide a "select / select all" tool for the dual list multiselect 2024-01-02 15:46:28 -08:00