Skip to content

Commit

Permalink
axe testing for required features added (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiMakkar authored Mar 1, 2024
1 parent 856d324 commit 2649cc6
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 11 deletions.
3 changes: 2 additions & 1 deletion haibun-e2e-tests/local/features/footer/about.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Feature: About button feature

go to the home webpage
click the button About
be on the about webpage
be on the about webpage
page is accessible accepting serious 0 and moderate 0
1 change: 1 addition & 0 deletions haibun-e2e-tests/local/features/footer/privacy.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Feature: Privacy button feature
go to the home webpage
click the button Privacy
be on the privacy webpage
page is accessible accepting serious 0 and moderate 0
3 changes: 2 additions & 1 deletion haibun-e2e-tests/local/features/footer/statistics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Feature: Statistics button feature

go to the home webpage
click the button Statistics
be on the statistics webpage
be on the statistics webpage
page is accessible accepting serious 0 and moderate 0
3 changes: 2 additions & 1 deletion haibun-e2e-tests/local/features/footer/terms.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Feature: Terms button feature

go to the home webpage
click the button Terms
be on the terms webpage
be on the terms webpage
page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: Groups button feature

go to the home webpage
click the button Groups
#Add a group link
page is accessible accepting serious 0 and moderate 0
3 changes: 2 additions & 1 deletion haibun-e2e-tests/local/features/header/home-button.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Feature: Home button feature
Backgrounds: environment/service, pages/site

go to the home webpage
click the button Home
click the button Home
page is accessible accepting serious 0 and moderate 0
2 changes: 1 addition & 1 deletion haibun-e2e-tests/local/features/header/jobs-button.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: Jobs button feature

go to the home webpage
click the button Jobs
#Add a jobs link
page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ Feature: Change language
Scenario: Change to English Language
click the button Language
see "WELCOME"

page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: Messages button feature

go to the home webpage
click the button Messages
#Add a messages link
page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: Network button feature

go to the home webpage
click the button Network
#Add a network link
page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: Notifications button feature

go to the home webpage
click the button Notifications
#Add a notifications link
page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: Profile button feature

go to the home webpage
click the button Profile
#Add a profile link
page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Feature: Search collapse function
click the button Search

click by placeholder "Search GCCollab"

page is accessible accepting serious 0 and moderate 0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Feature: Support button feature
pause until current tab is 2
on tab 2
be on the support webpage
see "Welcome to GCTools Support"
see "Welcome to GCTools Support"
page is accessible accepting serious 0 and moderate 0

0 comments on commit 2649cc6

Please sign in to comment.