Skip to content

Commit

Permalink
test(e2e): server should wait for vite to build
Browse files Browse the repository at this point in the history
* removed unused class attr
  • Loading branch information
sgfost committed Sep 3, 2024
1 parent d964e32 commit b8d086c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django/core/jinja2/core/member_profiles/retrieve.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{% endautoescape %}
{% endif %}
</div>
<div class="codebase result" class='tab-pane' id='code' role='tabpanel'>
<div class='tab-pane' id='code' role='tabpanel'>
{% for codebase in codebases %}
{{ render_codebase_result(codebase) }}
{% else %}
Expand Down
4 changes: 2 additions & 2 deletions e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ services:
e2edb:
condition: service_healthy
elasticsearch:
condition: service_started
condition: service_healthy
redis:
condition: service_started
vite:
condition: service_started
condition: service_completed_successfully
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s
Expand Down

0 comments on commit b8d086c

Please sign in to comment.