Commit a1876578 by Valera Rozuvan Committed by Alexander Kryklia

Updated fixture for LTI Jasmine tests.

parent ab3cde8a
...@@ -21,20 +21,19 @@ ...@@ -21,20 +21,19 @@
<input type="hidden" name="oauth_timestamp" value=""/> <input type="hidden" name="oauth_timestamp" value=""/>
<input type="hidden" name="oauth_version" value="1.0"/> <input type="hidden" name="oauth_version" value="1.0"/>
<input type="hidden" name="user_id" value="default_user_id"> <input type="hidden" name="user_id" value="default_user_id">
<input type="hidden" name="oauth_signature" value=""/> <input type="hidden" name="oauth_signature" value=""/>
<input type="submit" value="Press to Launch" style="display: none"/>
<input type="submit" value="Press to Launch" />
</form> </form>
<h3 class="error_message hidden"> <h3 class="error_message">
Please provide LTI url. Click "Edit", and fill in the Please provide launch_url. Click "Edit", and fill in the
required fields. required fields.
</h3> </h3>
<iframe <iframe
name="ltiLaunchFrame" name="ltiLaunchFrame"
class="ltiLaunchFrame hidden" class="ltiLaunchFrame"
src="" src=""
></iframe> ></iframe>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment