mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 08:41:29 -08:00
fix string slice in test_description_per_features.py
This commit is contained in:
parent
5c684a1ba6
commit
466b1e6e3a
@ -65,5 +65,5 @@ class TestDescriptionPerFeatures(TestDescription, TestCase):
|
||||
|
||||
button.click()
|
||||
|
||||
self.assertIn(feature, self.desc.text[-15:])
|
||||
self.assertIn(feature, self.desc.text[158:])
|
||||
self.randomly_select_feature()
|
||||
|
Loading…
Reference in New Issue
Block a user