Skip to content

Commit

Permalink
fix the scap content title (#967) (#968)
Browse files Browse the repository at this point in the history
(cherry picked from commit c467645)

Co-authored-by: vijay sawant <[email protected]>
  • Loading branch information
Satellite-QE and vijaysawant authored Sep 12, 2023
1 parent 417155b commit 7f37873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/oscapcontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SCAPContentsView(BaseLoggedInView, SearchableViewMixinPF4):
title = Text("//h1[normalize-space(.)='SCAP Content']")
title = Text("//h1[normalize-space(.)='SCAP Contents']")
new = Text("//a[contains(@href, 'scap_contents/new')]")
table = SatTable(
'.//table',
Expand Down

0 comments on commit 7f37873

Please sign in to comment.