mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2025-07-05 18:43:15 -07:00
fix string slice in test_description_per_features.py
This commit is contained in:
@ -65,5 +65,5 @@ class TestDescriptionPerFeatures(TestDescription, TestCase):
|
|||||||
|
|
||||||
button.click()
|
button.click()
|
||||||
|
|
||||||
self.assertIn(feature, self.desc.text[-15:])
|
self.assertIn(feature, self.desc.text[158:])
|
||||||
self.randomly_select_feature()
|
self.randomly_select_feature()
|
||||||
|
Reference in New Issue
Block a user