Skip to content

Commit c4c863f

Browse files
committed
fixing tests
1 parent c2914c4 commit c4c863f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_sidebar_visible(file_regression, sphinx_build):
9494
index_html = sphinx_build.get("index.html")
9595
assert "col-md-1" in index_html.select(".bd-sidebar")[0].attrs["class"]
9696
sphinx_build.clean()
97-
97+
9898

9999
def test_logo_name(file_regression, sphinx_build):
100100
"""Test that the logo is shown by default, project title if no logo."""

tests/test_build/navbar_ix.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="col-lg-9 collapse navbar-collapse" id="navbar-menu">
1+
<div class="col-11 collapse navbar-collapse" id="navbar-menu">
22
<ul class="navbar-nav mr-auto" id="navbar-main-elements">
33
<li class="nav-item">
44
<a class="nav-link" href="page1.html">

0 commit comments

Comments
 (0)