Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ajout de tests suite à la correction d'une erreur js #280

Open
wants to merge 1 commit into
base: erreurs_js_tools
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions cypress/integration/section_tools.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,20 @@ Feature: Tools
When I click on the link "QA Updates"
Then I should see "QA team waiting for packager feedback"

# Il a des erreurs JS sur cette page, on ajoute donc pas de test pour le moment
# Scenario: I can go to the release blockers page
#
# Given I go to the page "/"
# When I click on the link "Release blockers for Mga 8"
# Then I should see "This page lists all bug reports that have been marked as release blockers"
Scenario: I can go to the release blockers page

Given I go to the page "/"
When I click on the link "Release blockers for Mga 8"
Then I should see "This page lists all bug reports that have been marked as release blockers"

Scenario: I can go to the Intended for page

Given I go to the page "/"
When I click on the link "Intended for Mga 8"
Then I should see "This page lists all bug reports that have been marked as intented for next release, except release blockers"

# Il a des erreurs JS sur cette page, on ajoute donc pas de test pour le moment
# Scenario: I can go to the High priority page
#
# Given I go to the page "/"
# When I click on the link "High priority for Mga 8"
# Then I should see "This page lists all bug reports that have been marked with a high priority"
Scenario: I can go to the High priority page

Given I go to the page "/"
When I click on the link "High priority for Mga 8"
Then I should see "This page lists all bug reports that have been marked with a high priority"