add feature for issue #69
diff --git a/tests/visual_tests/longtable.Rmd b/tests/visual_tests/longtable.Rmd
index 2e3e301..31e9f82 100644
--- a/tests/visual_tests/longtable.Rmd
+++ b/tests/visual_tests/longtable.Rmd
@@ -25,7 +25,8 @@
 
 ```{r}
 kable(dt, "latex", longtable = T, caption = "test", booktabs = T, caption.short = "sss") %>%
-  kable_styling(latex_options = c("striped", "repeat_header"), repeat_header_text = "(...)")
+  kable_styling(latex_options = c("striped", "repeat_header"), 
+                repeat_header_text = "(...)", repeat_header_continued = T)
 ```
 
 ```{r}