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 7586a9f commit 3565252Copy full SHA for 3565252
1 file changed
product_portfolio/tests/test_views.py
@@ -1377,7 +1377,7 @@ def test_product_portfolio_list_view_compare_button(self):
1377
url = resolve_url("product_portfolio:product_list")
1378
response = self.client.get(url)
1379
expected = """
1380
- <button id="compare_button" href="/products/compare/" class="btn btn-outline-dark disabled">
+ <button id="compare_button" class="btn btn-outline-dark disabled" data-href="/products/compare/">
1381
<i class="fa-solid fa-code-compare"></i> Compare
1382
</button>
1383
"""
0 commit comments