We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961a5b6 commit 2fb1e02Copy full SHA for 2fb1e02
codebender_testing/utils.py
@@ -133,8 +133,6 @@ def delete_project(self, project_name):
133
def compile_sketch(self, url, iframe=False):
134
"""Compiles the sketch located at `url`, or an iframe within the page
135
referred to by `url`. Raises an exception if it does not compile.
136
- Note: this was written for the live site, and probably does not work
137
- with the bachelor version due to CSS / JS changes.
138
"""
139
self.open(url)
140
if iframe:
0 commit comments