#include "base/test/scoped_feature_list.h"
#include "chrome/browser/ui/webui/whats_new/whats_new_util.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "components/user_education/common/user_education_features.h"
#include "content/public/test/browser_test.h"
class WhatsNewBrowserTest : public WebUIMochaBrowserTest { … };
WhatsNewAppTest;
IN_PROC_BROWSER_TEST_F(WhatsNewAppTest, All) { … }
class WhatsNewV2BrowserTest : public WebUIMochaBrowserTest { … };
WhatsNewV2AppTest;
IN_PROC_BROWSER_TEST_F(WhatsNewV2AppTest, All) { … }