Skip to content

Commit 3cbc44b

Browse files
committed
WIP
1 parent d0eb14e commit 3cbc44b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e-playwright/tests/tip/test_ti_plan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ def __call__(self, message: str) -> bool:
8888

8989
def test_classic_ti_plan( # noqa: PLR0915
9090
page: Page,
91-
create_tip_plan_from_dashboard: Callable[[str], dict[str, Any]],
9291
log_in_and_out: WebSocket,
9392
is_autoscaled: bool,
9493
is_product_lite: bool,
94+
create_tip_plan_from_dashboard: Callable[[str], dict[str, Any]],
9595
):
9696

97+
assert page.get_by_text("Access TIP").is_enabled()
9798
# TODO: check TIP upgrade
9899

99100
project_data = create_tip_plan_from_dashboard("newTIPlanButton")

0 commit comments

Comments
 (0)