Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 6, 2023
1 parent 53742ff commit cfea288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install ".[test]"
jlpm run build
jlpm run develop
jupyter labextension develop . --overwrite
jupyter labextension list
cd ui-tests
jlpm install
Expand Down
2 changes: 2 additions & 0 deletions voila_gridstack/template/gridstack.js.j2
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
window.onload = async function () {
const node = document.getElementById('rendered_cells');
while (!window.themeLoaded || !window.cellLoaded || node.offsetHeight < 30) {
console.log('waiting', window.themeLoaded, window.cellLoaded, node.offsetHeight)
await delay(100);
}
console.log('done', window.themeLoaded, window.cellLoaded, node.offsetHeight)
initGrid();
};
Expand Down

0 comments on commit cfea288

Please sign in to comment.