自动化测试 Geb - 扩展页面或模块时出现 IntelliJ 错误
Automated testing Geb - IntelliJ error when extending Page or Module
有没有办法在 Geb 中扩展页面或模块 class,而无需实施 waitFor() 方法?我的应用程序正在运行,但当 IntelliJ 在此处取消我的代码时,它很烦人:
class HomePage extends Page {
...
}
并在项目视图中。
报错信息如下:
Method 'waitFor' is not implemented
有没有办法在 Geb 中扩展页面或模块 class,而无需实施 waitFor() 方法?我的应用程序正在运行,但当 IntelliJ 在此处取消我的代码时,它很烦人:
class HomePage extends Page {
...
}
并在项目视图中。
报错信息如下:
Method 'waitFor' is not implemented