start new:
tmux
start new with session name:
tmux new -s myname
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: non-critical-pod | |
| spec: | |
| replicas: 10 | |
| selector: | |
| matchLabels: | |
| app: non-critical-pod | |
| template: |
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |