Commit c08eccf
* Fix blog author details handling and improve pagination for deleted authors
* Fix blog author details handling by removing unnecessary model creation in tests
* Add blog author details model creation in dashboard tests
* Fix blog author details handling and ensure author model creation during publishing
* Remove unused blog_models import and related mypy handling in blog_dashboard.py
* Remove unnecessary author ID initialization and add assertions in blog dashboard tests
* Fix blog dashboard test to handle missing author model scenario
* Fix oppia#24233: Stabilize donate page acceptance test by waiting for DonorBox iframe (oppia#24675)
fix the issue
* Fix oppia#24204: Prevent text overflow and layout break in classroom page (oppia#24608)
* fix: prevent text overflow and improve wrapping in classroom page
* fix: prevent text overflow in learn navigation popup
* Update blog post editor tests for blogPostWriter role
- Update usernames in blog post editor and writer tests
- Fix formatting in blog_dashboard.py
- Set dummy author and user bio correctly in tests
* Fix blog author details retrieval to return default values when missing
* Fix blog editor test to include user profile setup before publishing
---------
Co-authored-by: Pritesh Jogdhankar <129420569+pritesh299@users.noreply.github.com>
Co-authored-by: Mohak51234 <143473709+Mohak51234@users.noreply.github.com>
Co-authored-by: Mosin Shaikh <123667613+mosin74@users.noreply.github.com>
1 parent 2cadd42 commit c08eccf
File tree
10 files changed
+258
-50
lines changed- core
- controllers
- domain
- tests/puppeteer-acceptance-tests
- specs
- blog-editor
- blog-post-writer
- utilities/user
10 files changed
+258
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
117 | | - | |
118 | | - | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
| 124 | + | |
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
| |||
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
151 | | - | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
175 | 180 | | |
176 | 181 | | |
177 | 182 | | |
178 | | - | |
| 183 | + | |
179 | 184 | | |
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
184 | | - | |
| 189 | + | |
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
115 | 157 | | |
116 | 158 | | |
117 | 159 | | |
| |||
144 | 186 | | |
145 | 187 | | |
146 | 188 | | |
147 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
148 | 192 | | |
149 | | - | |
| 193 | + | |
150 | 194 | | |
151 | 195 | | |
152 | | - | |
| 196 | + | |
153 | 197 | | |
154 | 198 | | |
155 | 199 | | |
| |||
177 | 221 | | |
178 | 222 | | |
179 | 223 | | |
180 | | - | |
| 224 | + | |
| 225 | + | |
181 | 226 | | |
182 | | - | |
| 227 | + | |
183 | 228 | | |
184 | 229 | | |
185 | 230 | | |
| |||
196 | 241 | | |
197 | 242 | | |
198 | 243 | | |
199 | | - | |
200 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
201 | 247 | | |
202 | 248 | | |
203 | 249 | | |
| |||
327 | 373 | | |
328 | 374 | | |
329 | 375 | | |
330 | | - | |
331 | 376 | | |
332 | 377 | | |
333 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
279 | 280 | | |
| 281 | + | |
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
| |||
385 | 387 | | |
386 | 388 | | |
387 | 389 | | |
388 | | - | |
| 390 | + | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| |||
406 | 408 | | |
407 | 409 | | |
408 | 410 | | |
409 | | - | |
| 411 | + | |
410 | 412 | | |
411 | 413 | | |
412 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
144 | 182 | | |
145 | 183 | | |
146 | 184 | | |
| |||
167 | 205 | | |
168 | 206 | | |
169 | 207 | | |
170 | | - | |
171 | 208 | | |
172 | 209 | | |
173 | 210 | | |
| |||
387 | 424 | | |
388 | 425 | | |
389 | 426 | | |
390 | | - | |
391 | 427 | | |
392 | 428 | | |
393 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
751 | 777 | | |
752 | 778 | | |
753 | 779 | | |
| |||
0 commit comments