finish spawn_pending test

simplify conditions to check, fix next url, add missing ready signal to spawn_pending.html

need slow_spawn to be even slower
This commit is contained in:
Min RK
2022-12-13 13:44:32 +01:00
parent fe81f4d72d
commit 25a4ef36db
3 changed files with 64 additions and 41 deletions

View File

@@ -87,6 +87,8 @@ require(["jquery"], function ($) {
}
};
// signal that page has finished loading (mostly for tests)
window._jupyterhub_page_loaded = true;
});
</script>
{% endblock %}