Skip to content

Commit 195b32a

Browse files
committed
test(policy-workbench): update editor title expectation for instance default
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a3062e6 commit 195b32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/views/Settings/SettingsPolicyWorkbench.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('RealPolicyWorkbench.vue', () => {
186186
await editButton?.trigger('click')
187187

188188
expect(wrapper.find('.nc-actions-stub__menu').exists()).toBe(false)
189-
expect(wrapper.text()).toContain('Global default rule')
189+
expect(wrapper.text()).toContain('Instance default rule')
190190
})
191191

192192
})

0 commit comments

Comments
 (0)