Skip to content

Commit

Permalink
fix spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-topway-it authored Sep 4, 2023
1 parent 29d2427 commit 9c84efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/phpunit/Integration/JSONScript/TestCases/media-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"subject": "Test/Mediaplayer test 01",
"assert-output": {
"to-contain": [
"<div class=\"srf-media\"><div class=\"srf-spinner mw-small-spinner\"><span class=\"srf-processing-text\">Loading...</span></div><div id=\"srf-.*\" class=\"media-container\" style=\"display:none;\"></div></div>"
"<div class=\"srf-media\"><div class=\"srf-loading-dots\"></div><div id=\"srf-.*\" class=\"media-container\" style=\"display:none;\"></div></div>"
]
}
},
Expand All @@ -45,7 +45,7 @@
"subject": "Test/Mediaplayer test 02",
"assert-output": {
"to-contain": [
"<div class=\"srf-media\"><div class=\"srf-spinner mw-small-spinner\"><span class=\"srf-processing-text\">Loading...</span></div><div id=\"srf-.*\" class=\"media-container\" style=\"display:none;\"></div></div>"
"<div class=\"srf-media\"><div class=\"srf-loading-dots\"></div><div id=\"srf-.*\" class=\"media-container\" style=\"display:none;\"></div></div>"
]
}
},
Expand All @@ -55,7 +55,7 @@
"subject": "Test/Mediaplayer test 03",
"assert-output": {
"to-contain": [
"<div class=\"srf-media\"><div class=\"srf-spinner mw-small-spinner\"><span class=\"srf-processing-text\">Loading...</span></div><div id=\"srf-.*\" class=\"media-container\" style=\"display:none;\"></div></div>"
"<div class=\"srf-media\"><div class=\"srf-loading-dots\"></div><div id=\"srf-.*\" class=\"media-container\" style=\"display:none;\"></div></div>"
]
}
}
Expand All @@ -75,4 +75,4 @@
"is-incomplete": false,
"debug": false
}
}
}

0 comments on commit 9c84efc

Please sign in to comment.