Skip to content

Commit

Permalink
add snapshots for all screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 5, 2023
1 parent 887f372 commit 7758698
Show file tree
Hide file tree
Showing 4 changed files with 3,112 additions and 125 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ ENV/
pip-wheel-metadata
.vscode
.*.sw?

# Textual
snapshot_report.html
2 changes: 1 addition & 1 deletion nf_core/pipelines/create/basicdetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def compose(self) -> ComposeResult:
"Name of the main author / authors",
)
yield Center(
Button("Next", variant="success"),
Button("Next", id="next", variant="success"),
classes="cta",
)

Expand Down
Loading

0 comments on commit 7758698

Please sign in to comment.