Rozaev Viktor
Rozaev Viktor
Hello! Right now intern-visual can make a screenshot for part of the page. It can be nice to have some API for making screenshot of entire page. Now I should...
Problem: Right now visualTest didn't provide any API for page scroll. The only thing which you can do is open the page and take screenshot right after that. ``` JavaScript...
Hello! I trying make a demo application for intern-visual and I have a problem with paths: Error: Failed to load module fs from /Users/rozaev/work/intern-visual-demo/fs.js (parent: intern-visual/assert). How-to reproduce: ``` Bash...
By default user can see the warning that tablet resource accounting was moved to tablet cell bundles: The problem is: user still sees it even if he manually switched enable_per_account_tablet_accounting...
Usually the UI has clickable element with "Click to show all items" tooltip. If there are to many users you can click to that element and see all group users...
Probably because get_operation has two fields: ``` "job_statistics": {}, "job_statistics_v2": { ... } ``` And UI looks at job_statistics, which for some reason is empty for running operations
1. Open operations page https:////operations?state=running 2. On any operation, click to "Running" or "Completed" links 3. In both cases you will open failed jobs instead of running or completed ones...
Not exactly a bug, but some feedback on UX you might be able to do something about at some point in the future. When configuring the columns in an output...
When user trying to merge tables via UI he needs to create the output table first. Users doesn't expect that, all that they see is that error: Click here to...
### Open any live_preview via such link: /navigation?path=//sys/operations///controller_orchid/live_previews/output_0 ### That what you will see: ### It's looks confusing, user might not notice "Show more" button here. If he does and...