Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Jan 30, 2025
1 parent 9043c14 commit bfed32d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions svjis/articles/tests_playwright/test_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_all(self):
viewport={"width": self.device_width, "height": self.device_height}, device_scale_factor=1
)
page = context.new_page()
# Param
# Parametrization
cmd.login(self, page, 'admin', self.user_password)
cmd.fill_company(self, page)
cmd.fill_building(self, page)
Expand All @@ -49,7 +49,7 @@ def test_all(self):
cmd.fill_board(self, page)
cmd.fill_user_units(self, page)
cmd.logout(self, page)
# Redaction
# Redaction use cases
cmd.login(self, page, 'petr', self.user_password)
cmd.create_articles(self, page)
cmd.logout(self, page)
Expand All @@ -58,6 +58,7 @@ def test_all(self):
cmd.create_useful_links(self, page)
cmd.create_survey(self, page)
cmd.logout(self, page)
# Ordinary use cases
cmd.login(self, page, 'jana', self.user_password)
cmd.create_comments(self, page)
cmd.search_for_article(self, page)
Expand Down

0 comments on commit bfed32d

Please sign in to comment.