Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1d469484 authored by Andreas Hennings's avatar Andreas Hennings
Browse files

OEL-1450: Update pager link count to include link to last page.

parent 74b997f5
No related branches found
No related tags found
2 merge requests!156OEL-1450: Epic list pages.,!149Update EPIC-1450-List-pages
......@@ -95,7 +95,7 @@ class ListPagesTest extends WhitelabelBrowserTestBase {
$assert_session->elementsCount('css', 'div.listing-item', '10');
// Assert pagination.
$assert_session->elementExists('css', 'nav > ul.pagination');
$assert_session->elementsCount('css', 'ul.pagination > li.page-item', 3);
$assert_session->elementsCount('css', 'ul.pagination > li.page-item', 4);
// Assert search.
$page->fillField('Title', 'News number 8');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment