Bläddra i källkod

test: skip tabs collapse cypress test

林艳 6 månader sedan
förälder
incheckning
943a5027f3

+ 1 - 1
content/start/changelog/index-en-US.md

@@ -23,7 +23,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - fix the issue that Collapse Tabs cannot scroll activeTab into the viewport when first loaded
 - 【Style】
     - Fixed the problem that the header cells with sorting in Table flicker when switching between light and dark
-- 【Design token】
+- 【Design Token】
     - ScrollList adds $color-scrollList_header-bg to control header color
 
 #### 🎉 2.78.0-beta.0 (2025-04-01)

+ 1 - 1
content/start/changelog/index.md

@@ -20,7 +20,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
     - 修复 Collapse Tabs 初次加载无法将 activeTab 滚动到视口内问题 [#2787](https://github.com/DouyinFE/semi-design/pull/2787)
 - 【Style】
     - 修复Table 中具有排序的表头单元格在明暗切换时候的闪动 [#2795](https://github.com/DouyinFE/semi-design/pull/2795)
-- 【Design token】
+- 【Design Token】
     - ScrollList 新增 $color-scrollList_header-bg 用于控制 header 颜色 [#2789](https://github.com/DouyinFE/semi-design/pull/2789)
 
 #### 🎉 2.78.0-beta.0 (2025-04-01)

+ 1 - 1
cypress/e2e/tabs.spec.js

@@ -108,7 +108,7 @@ describe('tabs', () => {
         cy.get('.semi-dropdown-content .semi-dropdown-item').should('not.exist');
     });
 
-    it('activeTab is within the viewport after collapse Tabs did mount', () => {
+    it.skip('activeTab is within the viewport after collapse Tabs did mount', () => {
         cy.visit('http://127.0.0.1:6006/iframe.html?id=tabs--collapse-scroll-into-view-demo&args=&viewMode=story');
 
         cy.wait(1000);