Skip to content

Commit 1efc9d6

Browse files
committed
Update an example presentation
1 parent 081ad83 commit 1efc9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/presenter/core_presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class MyChartMakerClass(BaseCase):
55

66
def test_seleniumbase_chart(self):
7-
self.create_presentation(theme="league")
7+
self.create_presentation(theme="league", transition="slide")
88
self.create_pie_chart(title="There are 4 core areas of SeleniumBase:")
99
self.add_data_point("Basic API (Test methods/functions)", 1)
1010
self.add_data_point("Command-line Options (pytest Options)", 1)

0 commit comments

Comments
 (0)