bottest/tests/e2e
Rodrigo Rodriguez (Pragmatismo) fe4c58d155 Fix compilation errors and unused imports in bottest
- Fix platform_flow.rs to use correct Browser API methods:
  - navigate -> goto
  - wait_for_element -> wait_for(Locator::css(...))
  - fill_input -> fill(Locator::css(...), text)
  - click(selector, timeout) -> click(Locator::css(selector))
  - get_current_url(timeout) -> current_url()
  - get_text -> text(Locator::css(...))
  - press_key -> input.send_keys()
- Fix e2e test imports (auth_flow, chat, dashboard)
- Remove unused pub use statements in bot/mod.rs and web/mod.rs
- Remove duplicate check_webdriver_available function
2025-12-06 13:38:54 -03:00
..
auth_flow.rs Fix compilation errors and unused imports in bottest 2025-12-06 13:38:54 -03:00
chat.rs Fix compilation errors and unused imports in bottest 2025-12-06 13:38:54 -03:00
dashboard.rs Fix compilation errors and unused imports in bottest 2025-12-06 13:38:54 -03:00
mod.rs Add comprehensive E2E testing framework with platform flow 2025-12-06 11:15:14 -03:00
platform_flow.rs Fix compilation errors and unused imports in bottest 2025-12-06 13:38:54 -03:00