fix(workspace): clear strict lint and test debt
This commit is contained in:
@@ -74,7 +74,7 @@ async fn browser_drives_typed_product_end_to_end() -> WebDriverResult<()> {
|
||||
.await?;
|
||||
|
||||
driver
|
||||
.find(By::Css(&handle_selector(simulate_push)))
|
||||
.find(By::Css(handle_selector(simulate_push)))
|
||||
.await?
|
||||
.click()
|
||||
.await?;
|
||||
@@ -82,7 +82,7 @@ async fn browser_drives_typed_product_end_to_end() -> WebDriverResult<()> {
|
||||
wait_for_text(&driver, island_readout_selector(), "activity rows").await?;
|
||||
|
||||
driver
|
||||
.find(By::Css(&handle_button_selector(launch_work)))
|
||||
.find(By::Css(handle_button_selector(launch_work)))
|
||||
.await?
|
||||
.click()
|
||||
.await?;
|
||||
@@ -95,14 +95,14 @@ async fn browser_drives_typed_product_end_to_end() -> WebDriverResult<()> {
|
||||
assert_text(&driver, "width:77%").await?;
|
||||
|
||||
driver
|
||||
.find(By::Css(&handle_selector(simulate_push)))
|
||||
.find(By::Css(handle_selector(simulate_push)))
|
||||
.await?
|
||||
.click()
|
||||
.await?;
|
||||
wait_for_text(&driver, &target_selector(control::live_feed), "SSE tick").await?;
|
||||
|
||||
driver
|
||||
.find(By::Css(&nav_link_selector("/architecture")))
|
||||
.find(By::Css(nav_link_selector("/architecture")))
|
||||
.await?
|
||||
.click()
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user