Public
Authored by Eddy Guo

editor 优化之后需要的测试

一、 Editor 的基本功能: 20%

二、 Editor 基本 UI, 左侧 section 点击, 标题 section 点击,是否切换正确的位置等等(可以的话需要试试不同网络下的场景):50%

屏幕快照_2017-10-24_下午1.49.25

三、 生成的页面是否有 bug, 其他常见场景等: 20%

四、 代码注释中表明修改后需要测试的东西

// # * Make sure to test all the following for BOTH EDITOR AND SHOW
// # * If user clicks a section in either the editor side menu or the page's navbar, the browser's URL should change hash (e.g. mysite.strikingly.com/#welcome) and then the page should scroll to the appropriate section - DONE
// # * If user clicks on or enters a hash-number link, the browser's URL should change hash (e.g. mysite.strikingly.com/#2) and then the page should scroll to the appropriate section - DONE
// # * If user clicks on or enters a hash-blog link, the browser's URL should change hash (e.g. mysite.strikingly.com/#blog) and then the page should scroll to the blog section - DONE
// # * Whenever a section scrolls, it should scroll to the perfect point on the page, so that titles are not cut off and you can't see the end of the previous section, for example. - DONE
// # * If a hash link is already present when the page loads, the page should scroll to the appropriate section automatically on page load. - DONE
// # * When a user scrolls to a different section, the hash link should be removed from the browser's URL bar (e.g. mysite.strikingly.com/) - DONE
// # * The currently scrolled-to section's menu item should be highlighted in both the editor sidebar and the page's navbar - DONE
// # * If the currently scrolled-to section is HIDDEN, then in the page navbar, the PREVIOUS menu item should be highlighted instead. - DONE
// # * When the user clicks on the small nav buttons in the bottom right of the page, the page should scroll to the next/previous section - DONE
// # * The "next" button should be hidden if at the last section, and the "prev" button should be hidden if at the first section
// # * In the editor, when user adds a new section, the page should scroll to that new section
// # * In the editor, when user reorders a section, the page should scroll to that reordered section
Edited
1 1 Byte
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment