If you want to run only the integration or the unit tests, append the directory to the command. You can also run separate modules in this manner.
If you want to run only the integration or the unit tests, append the directory to the command. You can also run separate modules in this manner.
...
@@ -84,6 +84,24 @@ Analogically, validation takes place for embedded code of Google Drive File.
...
@@ -84,6 +84,24 @@ Analogically, validation takes place for embedded code of Google Drive File.
Since error status codes start with 400, it's assumed that each status code that's larger than or equal to 400 states that file is invalid.
Since error status codes start with 400, it's assumed that each status code that's larger than or equal to 400 states that file is invalid.
If for any reason exception occurs while getting an HTTP response, error code is returned, thus overriding default signalization that is invoked by edx platform when the 500 status code is reported.
If for any reason exception occurs while getting an HTTP response, error code is returned, thus overriding default signalization that is invoked by edx platform when the 500 status code is reported.
a11y
----
For users with a visual impairment:
1. Iframes in which Google calendars and Google Drive files (except images) are shown now have title attribute with alternative text content which describes what the iframe contains.
2. Images have alt attribute which contains alternative text that has the same purpose as the title attribute of an iframe has
Analytics
---------
For analytics purposes, each time an image or iframe containing a calendar or Google Drive file is loaded, an event will be triggered.
There are two types of events:
1. edx.googlecomponent.calendar.displayed (if an iframe containing a Google calendar is loaded)
2. edx.googlecomponent.document.displayed (if an image or an iframe containing a Google Drive File is loaded)