mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Fix unit tests for changes to the pill component.
This commit is contained in:
@@ -429,7 +429,7 @@ def test_should_show_templates_folder_page(
|
||||
**expected_parent_link_args[index]
|
||||
)
|
||||
|
||||
links_in_page = page.select('.pill a')
|
||||
links_in_page = page.select('.pill a:not(.pill-item--selected)')
|
||||
|
||||
assert len(links_in_page) == len(expected_nav_links)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user