"""Test the entry module in the web-ui"""
import pytest
@pytest.mark.parametrize(
    "dataitem,lower",
    (
        # expression data UI elements
        (b'
expression data
', True),
        (b'', False),
        # samples/cases data UI elements
        (b'samples/cases
', True),
        (b'r/qtl2 bundles', True),
        (b'405: The method is not allowed for the requested URL.'
        in resp.data)