Michael Klein
99e8583990
fix: linting issues and remove remainidn pauseTest
2022-02-17 16:06:49 +01:00
Michael Klein
8c4bbdb38c
fix: reflect namespace change volume-detail-test
2022-02-17 15:20:11 +01:00
Michael Klein
0f07af68cc
fix: prettier related volume-list - test
2022-02-17 15:19:45 +01:00
Michael Klein
8d4a915941
fix: prettier related test-failutre task-group-detail
2022-02-17 15:19:20 +01:00
Michael Klein
a41ed7d10f
fix: task-group-detail tests due to namespace changes
...
URLs have changed - tests need to reflect that.
2022-02-17 14:50:05 +01:00
Michael Klein
649f59190e
fix: breadcrumbs allocations due to recent namespace changes
...
* change the breadcrumbs generation to use `idWithNamespace`
* adapt tests to reflect new URLs for jobs with namespaces
2022-02-17 14:38:27 +01:00
Michael Klein
e15883ad79
fix: use @<namespace>
with remaining JobDetail.visit
s
2022-02-17 13:22:15 +01:00
Michael Klein
e46df89a7a
fix: pack-detail test
...
We need to change the way we access `JobDetail`-pages based on recent
namespace changes.
2022-02-17 12:59:58 +01:00
Michael Klein
9a37550204
fix: anonymous policy test job-details
...
We need to access job-details differently when they have a namespace
due to recent namespace changes - we need to make the tests reflect
that.
2022-02-17 12:45:01 +01:00
Michael Klein
c9a839b76f
fix: less cleverness™ when checking currentURL job-details
...
There is no need to check the namespace query-param anymore with
`urlWithNamespace` but some tests still are using this. We refactor
the tests to be less clever and check the URL in a more manual approach
by explicitly defining how the URL should look like if a job belongs
to a namespace.
2022-02-17 12:42:23 +01:00
Michael Klein
37993d9fb8
fix: client-detail-test no default namespace param
...
Recent changes changed the behavior of not adding the `@default`
-namespace - we need to adapt the tests accordingly
2022-02-17 12:41:33 +01:00
Michael Klein
b0a90b425e
fix: allocations page tests regarding job links
...
Default namespaced jobs don't append the `@default`-id anymore due
to recent `jobs.job#serialize` changes.
2022-02-17 11:56:29 +01:00
Michael Klein
d8b89e64dc
fix: some test fixes module-for-job
...
* less clever™ metaprogramming when checking for expectedURL
* clicking slices job-client-status-summary needs to change its
behavior and not pass the namespace query-param anymore.
2022-02-16 17:47:29 +01:00
Michael Klein
913eee982a
fix: job-versions-test
...
We need to adapt the test due to recent namespace changes.
2022-02-16 15:31:10 +01:00
Michael Klein
cbb72edf68
fix: job-dispatch tests after namespace changes
2022-02-16 15:22:41 +01:00
Jai Bhagat
6a5fa75078
temp: bug in region selector causing failing test
2022-02-10 10:55:32 -05:00
Jai Bhagat
fd5d766c41
temp: csi refactor
2022-02-10 09:14:32 -05:00
Jai Bhagat
8533abde2e
fix: update eval serializer to latest changes
2022-01-28 10:16:23 -05:00
Jai Bhagat
ead706037d
ui: add assert.expect to a11y test
2022-01-28 09:47:23 -05:00
Jai Bhagat
3cc798d967
chore: fix js linting
2022-01-28 09:37:32 -05:00
Jai Bhagat
e5b154e295
feat: add pagination and filtering to evaluations view
2022-01-28 09:35:44 -05:00
Jai
ff9d39a6b3
Merge pull request #11942 from hashicorp/f-ui/test-tooling
...
ui: test tooling
2022-01-27 11:21:23 -05:00
Jai Bhagat
7e46fb319e
ui: replace qunit start tests with ember-exam start
2022-01-26 13:35:59 -05:00
Jai Bhagat
37886861e2
refact: extract setPolicy into utils
2022-01-26 12:06:18 -05:00
Jai Bhagat
2249722ec6
refact: fix tests after contextual job page changes
2022-01-26 11:31:18 -05:00
Jai Bhagat
be43976db0
ui: prettify remaining files
2022-01-26 11:28:21 -05:00
Jai Bhagat
6f32b9d62e
fix: no longer need gotoTaskGroup prop
2022-01-24 11:11:05 -05:00
Jai Bhagat
7c3ace8c41
test: add tests for not auth behavior for job-client-status-summary
2022-01-24 11:08:33 -05:00
Luiz Aoqui
ee83fb8bb1
ui: add "read client" ability
2022-01-24 11:05:48 -05:00
Jai Bhagat
43a0983a23
ui: prepare rebase for contextual job-page
2022-01-24 10:58:28 -05:00
Jai Bhagat
08bf4498a5
fix: mirage fixtures are randomized so we cant assert.expect
2022-01-20 10:55:36 -05:00
Jai Bhagat
52cf998e2c
ui: fix remaining linting errors
2022-01-20 10:39:02 -05:00
Jai Bhagat
3350f3fb11
ui: apply new qunit linting rules to tests
...
Async tests should use in integrations tests.
Acceptance tests are using Mirage and can't use
since we can't know the number of assertions.
2022-01-20 10:01:35 -05:00
Jai Bhagat
3a9057a89c
ui: prettify js files
2022-01-20 09:54:56 -05:00
Jai Bhagat
3cf01877a0
ui: upgrade prettier to match 3.28 ember-new-output
2022-01-20 09:46:50 -05:00
Jai Bhagat
88dd72a2ad
ui: disable no-string-protype-extensions where its currently in use
2022-01-20 09:46:49 -05:00
Jai Bhagat
c0aeb1803f
ui: replace this.render with render test-helper in tests
2022-01-20 09:46:49 -05:00
Jai Bhagat
c4bc5ab352
ui: fix auto-fixable linting errors
2022-01-20 09:46:45 -05:00
Luiz Aoqui
e2e229f659
ui: fix test ( #11870 )
2022-01-18 10:36:10 -05:00
Jai Bhagat
862bc0341c
test: add test stories for clicking allocation summary
2022-01-14 10:23:09 -05:00
Jai Bhagat
dc85cd29a9
refact: allocation and child summaries into ember-cli-page-object components
2022-01-14 10:20:33 -05:00
Jai Bhagat
2dddb20471
fix: typo in data-test-selector
2022-01-14 10:19:01 -05:00
Luiz Aoqui
c7ae13a1f3
Fix ACL requirements for job details UI ( #11672 )
2022-01-12 21:26:02 -05:00
Luiz Aoqui
7a1500c122
ui: fix CI ( #11785 )
2022-01-06 16:01:55 -05:00
Jai Bhagat
420a7ff351
fix: add ember-a11y-testing-audit-call
2021-12-21 07:47:22 -05:00
Jai Bhagat
0d97780654
fix: test specs should expect to receive breadcrumb titles
2021-12-21 07:47:06 -05:00
Jai Bhagat
db3abcbed4
fix: update breadcrumb tests according to new breadcrumb structure
2021-12-21 07:46:28 -05:00
Jai Bhagat
86b9c1fe03
refactor: delete unit tests for old breadcrumbs service
2021-12-21 07:46:28 -05:00
Jai Bhagat
63d096a56a
test: breadcrumbs functionality
2021-12-21 07:46:28 -05:00
Jai Bhagat
e53a6072de
chore: write tests for trigger component
2021-12-21 07:46:28 -05:00