mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Fix lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: integration-tests
|
||||
name: e2e-tests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
@@ -2,7 +2,9 @@ import re
|
||||
from playwright.sync_api import Page, expect
|
||||
|
||||
|
||||
def test_homepage_has_Playwright_in_title_and_get_started_link_linking_to_the_intro_page(page: Page):
|
||||
def test_homepage_has_Playwright_in_title_and_get_started_link_linking_to_the_intro_page(
|
||||
page: Page,
|
||||
):
|
||||
page.goto("https://playwright.dev/")
|
||||
|
||||
# Expect a title "to contain" a substring.
|
||||
|
||||
Reference in New Issue
Block a user