Commit 611e619a authored by Omkar Deshpande's avatar Omkar Deshpande Committed by Tim Plunkett
Browse files

Issue #3295320 by omkar-pd, tim.plunkett, Vighneshh, narendraR: Remove...

Issue #3295320 by omkar-pd, tim.plunkett, Vighneshh, narendraR: Remove pagination links if not required
parent b2879b2c
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
</script>

<!-- svelte-ignore a11y-no-redundant-roles -->
{#if pageCount > 0}
  <nav
    class="pager"
    aria-label={Drupal.t('Project Browser Pagination')}
@@ -83,3 +84,4 @@
      {/if}
    </ul>
  </nav>
{/if}
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ class ProjectBrowserUiTest extends WebDriverTestBase {
      'Unwritten&:/',
      'Astronaut Simulator',
    ]);
    $this->assertPagerItems(['1']);
    $this->assertPagerItems([]);
    $assert_session->pageTextContains('9 Results');

    $page->pressButton('Clear filters');