Browse Source

[fix] google videos test

Venca24 6 years ago
parent
commit
cee15f0375
1 changed files with 4 additions and 4 deletions
  1. 4 4
      tests/unit/engines/test_google_videos.py

+ 4 - 4
tests/unit/engines/test_google_videos.py

@@ -30,16 +30,16 @@ class TestGoogleVideosEngine(SearxTestCase):
         <div>
         <div>
             <div>
             <div>
                 <div class="g">
                 <div class="g">
-                    <div>
-                        <h3><a href="url_1">Title 1</h3>
+                    <div class="r">
+                        <a href="url_1"><h3>Title 1</h3></a>
                     </div>
                     </div>
                     <div>
                     <div>
                         <span class="st">Content 1</span>
                         <span class="st">Content 1</span>
                     </div>
                     </div>
                 </div>
                 </div>
                 <div class="g">
                 <div class="g">
-                    <div>
-                        <h3><a href="url_2">Title 2</h3>
+                    <div class="r">
+                        <a href="url_2"><h3>Title 2</h3></a>
                     </div>
                     </div>
                     <div>
                     <div>
                         <span class="st">Content 2</span>
                         <span class="st">Content 2</span>