Add support for opposite and adjacent edges for fillets (#4103)
* add support for opposite and adjacent edges * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest) * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * update playwright * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * update unit tests * enable button state checker for selections * typos * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * trigger ci * fix typo * remove leave(node) Co-authored-by: Jonathan Tran <jonnytran@gmail.com> * typo Co-authored-by: Jonathan Tran <jonnytran@gmail.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * pull getEdgeTagCall into a utility function * mask model-state-indicator * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest) * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * Rerun CI * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest) * Rerun CI * screenshot fix --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
@ -620,7 +620,7 @@ describe('Testing button states', () => {
|
||||
it('should return true when body exists and segment is selected', async () => {
|
||||
await runButtonStateTest(codeWithBody, `line([10, 0], %)`, true)
|
||||
})
|
||||
it('hould return false when body exists and not a segment is selected', async () => {
|
||||
it('should return false when body exists and not a segment is selected', async () => {
|
||||
await runButtonStateTest(codeWithBody, `close(%)`, false)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user