-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start fleshing out page objects for dashboard calendar components.
- Loading branch information
1 parent
d764418
commit e0354ac
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...mon/addon-test-support/ilios-common/page-objects/components/dashboard/calendar-filters.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { create } from 'ember-cli-page-object'; | ||
|
||
const definition = { | ||
scope: '[data-test-dashboard-calendar-filters]', | ||
// @todo implement [ST 2024/06/24] | ||
}; | ||
|
||
export default definition; | ||
export const component = create(definition); |
37 changes: 36 additions & 1 deletion
37
...lios-common/addon-test-support/ilios-common/page-objects/components/dashboard/calendar.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...s-common/addon-test-support/ilios-common/page-objects/components/dashboard/filter-tags.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { create } from 'ember-cli-page-object'; | ||
|
||
const definition = { | ||
scope: '[data-test-dashboard-filter-tags]', | ||
// @todo implement [ST 2024/06/24] | ||
}; | ||
|
||
export default definition; | ||
export const component = create(definition); |