Skip to content

Commit 0c2f0a0

Browse files
committed
1859: Updated test guide to reflect changes in develop
1 parent 561c398 commit 0c2f0a0

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

content_structure/test_guide.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -200,33 +200,38 @@ An example of planning can be "every monday at 12:00" with a duration of 1 hour.
200200
* Confirm sure the slide is displayed in the client `/client`.
201201
* Playlist publishing
202202
* Repeat the steps from "Slide publishing" for the playlist.
203+
* Playlist slide ordering.
204+
* Add several slides with different publishing dates set, to the playlist.
205+
Try different scenarios, where the slide is published now, in the future, in the past.
206+
* See how the fields "Udgivelse fra", "Udgivelse til", "Status" reflect the publishing dates set for the slides in the
207+
list "Afspilningsrækkefølge".
208+
* Try to change order of the slides in "Afspilningsrækkefølge" by clicking the "↓" arrows.
209+
* See that the order is sorted according to "Udgivelse til" or "Status".
203210
* Playlist planning
204211
* Click "Tilføj" under "Planning" in the playlist (`/admin/playlist/edit/[ID]`).
205212
* NB! Planning is handled by setting up a RRule.
206-
* Click "Vis detaljer" to see the next 5 occurences of the rule that is set up.
207-
* Test different setups for "Frekvens".
213+
* Test different setups for "Gentag".
208214
* For each scenario:
209-
* Choose a duration of 1 hour in "Forekomsternes varighed"
215+
* Choose "Start" and "Slut" so the occurrence will have a duration of 1 hour.
216+
* Click "Gentag planlægning" to set up repetition rules.
210217
* Test that the rule applies to the playlist by creating a scenario where the playlist should be shown.
211218
* Save the playlist.
212219
* Open the client at `/client` and see that playlist is shown.
213220
* Change the planning to a scenario where it should not be shown.
214221
* Save the playlist.
215222
* Open the client at `/client` and see that playlist is NOT shown.
216-
* Select "År" for "Frekvens".
217-
* Select a date for "Startdato"
218-
* See that the occurrences will be the every year at the given "Startdato" in "Vis detaljer".
223+
* Select "År" for "Gentag".
224+
* See that the occurrences will be the every year at the given "Start" in the list of coming occurrences.
219225
* Select "Valgte ugedage"
220-
* Select "År" for "Frekvens".
221-
* Select a date for "Startdato"
226+
* Select "År" for "Gentag".
222227
* Select "Mandag" in "Valgte ugedage".
223228
* Select 5 in "Ugenummer".
224229
* See that the occurrences will be every year on monday in week 5.
225-
* Select "Måned" for "Frekvens".
226-
* Select a date for "Startdato"
230+
* Select "Måned" for "Gentag".
227231
* Select some months in "Valgte måneder"
228-
* See that the occurrences will be the selected months at the given date selected "Startdato" in "Vis detaljer".
229-
* Select "Uge" for "Frekvens".
232+
* See that the occurrences will be the selected months at the given time from "Start" in the list of coming
233+
occurrences.
234+
* Select "Uge" for "Gentag".
230235
* Select a couple of days in "Valgte ugedage".
231236
* See that the occurrences are weekly occurrences on the selected days.
232237
---

0 commit comments

Comments
 (0)