Update styles, Semesterlist
This commit is contained in:
@ -157,11 +157,11 @@ async def test_url_anweisung_whitebox(app):
|
||||
:param app:
|
||||
"""
|
||||
with app.app_context():
|
||||
raplaPage = await fetchRAPLA.getNewRapla("http://www.rapla.dhbw-karlsruhe.de/rapla?page=calendar&user=vollmer"
|
||||
"&file=tinf22b3", True)
|
||||
raplaPage = await fetchRAPLA.getNewRapla("http://www.rapla.dhbw-karlsruhe.de/rapla?page=calendar&user="
|
||||
"vollmer&file=tinf22b3", True) #HTML
|
||||
assert "TINF22B3" in raplaPage
|
||||
raplaFile = await fetchRAPLA.getNewRapla("http://www.rapla.dhbw-karlsruhe.de/rapla?page=ical&user=vollmer"
|
||||
"&file=tinf22b3", True)
|
||||
raplaFile = await fetchRAPLA.getNewRapla("http://rapla.dhbw-karlsruhe.de/rapla?page=ical&user=vollmer"
|
||||
"&file=tinf22b3", True) #ICAL
|
||||
assert "TINF22B3" in raplaFile
|
||||
|
||||
|
||||
@ -174,9 +174,9 @@ async def test_url_entscheidung_whitebox(app):
|
||||
with app.app_context():
|
||||
await test_url_anweisung_whitebox(app)
|
||||
raplaFile = await fetchRAPLA.getNewRapla("https://rapla.dhbw-karlsruhe.de/rapla?key=5h7oySnUbC4A59dSScuZ"
|
||||
"lPHhaNFS3OaaP-0UTlOEPu-NcWfZ-gMhnSpHZmYCPcIe", True)
|
||||
"lPHhaNFS3OaaP-0UTlOEPu-NcWfZ-gMhnSpHZmYCPcIe", True) #ICAL
|
||||
assert "TMB22" in raplaFile
|
||||
raplaPage = await fetchRAPLA.getNewRapla("http://www.rapla.dhbw-karlsruhe.de/rapla?key=ah9tAVphi"
|
||||
"caj4FqCtMVJchAs9fh0Dt89jA8Td4kEi21V0i2mlUEpycpIVw5jSY5T",
|
||||
True)
|
||||
"caj4FqCtMVJchAs9fh0Dt89jA8Td4kEi21V0i2mlUEpycpIVw5jSY5T",
|
||||
True) #HTML
|
||||
assert "TMT22B1" in raplaPage
|
||||
|
||||
Reference in New Issue
Block a user