mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 21:42:49 +00:00
refactor: move indexable test files to separate folder
This commit is contained in:
105
test/resources/indexable/Tour.1.json
Normal file
105
test/resources/indexable/Tour.1.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"errorNames": [],
|
||||
"instance": {
|
||||
"uid": "4f1c1810-1a9f-52cb-bfe9-65dcab5e889a",
|
||||
"type": "tour",
|
||||
"name": "Stundenplan erstellen",
|
||||
"description": "Veranstaltung suchen und zum Stundenplan hinzufügen",
|
||||
"steps": [
|
||||
{
|
||||
"type": "location",
|
||||
"location": "#/b-tu/main"
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "ion-nav-bar div[nav-bar=\"active\"] div.buttons-left",
|
||||
"text": "Öffne das Menü.",
|
||||
"resolved": {
|
||||
"menu": "open-left"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "#stapps-main-menu-main-b-tu-search",
|
||||
"text": "Öffne die Suche.",
|
||||
"resolved": {
|
||||
"location": {
|
||||
"is": "#/b-tu/search"
|
||||
}
|
||||
},
|
||||
"position": "bottom"
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "ion-header-bar label",
|
||||
"text": "Such' nach einer Veranstaltung indem du beispielsweise den Titel einer Veranstaltung eingibst."
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "ion-nav-bar div[nav-bar=\"active\"] div.buttons-right",
|
||||
"text": "Öffne die Filter.",
|
||||
"resolved": {
|
||||
"menu": "open-right"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": ".stapps-context-menu-selectable-lists",
|
||||
"text": "Filtere um eine Veranstaltung zu finden...",
|
||||
"position": "top"
|
||||
},
|
||||
{
|
||||
"type": "menu",
|
||||
"side": "right",
|
||||
"action": "close"
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": ".stapps-search-results .stapps-data-list-remote-items",
|
||||
"text": "Klicke auf eine Veranstaltung...",
|
||||
"resolved": {
|
||||
"location": {
|
||||
"match": "#/b-tu/data/detail/Event"
|
||||
}
|
||||
},
|
||||
"position": "top"
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "ion-view[nav-view=\"active\"] stapps-event-date-in-course stapps-event-date-toggle",
|
||||
"text": "Füge die Veranstaltung zu deinem Stundenplan hinzu."
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "ion-nav-bar div[nav-bar=\"active\"] div.buttons-left",
|
||||
"text": "Öffne das Menü erneut.",
|
||||
"resolved": {
|
||||
"menu": "open-left"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": "#stapps-main-menu-personal-b-tu-events",
|
||||
"text": "Öffne deinen Stundenplan.",
|
||||
"resolved": {
|
||||
"location": {
|
||||
"is": "#/b-tu/events"
|
||||
}
|
||||
},
|
||||
"position": "right"
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"element": ".stapps-timetable-clocks",
|
||||
"text": "Dies ist dein Stundenplan. Die Veranstaltung wird dir nun hier angezeigt.",
|
||||
"position": "right"
|
||||
}
|
||||
],
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy",
|
||||
"type": "remote"
|
||||
}
|
||||
},
|
||||
"schema": "SCTour"
|
||||
}
|
||||
Reference in New Issue
Block a user