"""Step definitions for Filter Bar Label Integrity feature."""
from behave import given, when, then


@given('the filter bar is displayed')
def filter_bar_displayed(context):
    pass


@when('the window is resized')
def window_resized(context):
    pass


@then('each label is never separated from its control by a line break')
def labels_not_separated(context):
    pass


@then('the Rate label is adjacent to the Rate select')
def rate_label_adjacent(context):
    pass
