We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2bfc9 commit b674e48Copy full SHA for b674e48
components/test/brave_webtorrent/components/torrentViewerFooter_test.tsx
@@ -24,7 +24,7 @@ describe('torrentViewerFooter component', () => {
24
const wrapper = shallow(
25
<TorrentViewerFooter />
26
)
27
- const assertion = wrapper.find('.privacy-warning')
+ const assertion = wrapper.find('.privacyNotice')
28
expect(assertion.length).toBe(1)
29
})
30
components/test/brave_webtorrent/components/torrentViewerHeader_test.tsx
@@ -41,7 +41,7 @@ describe('torrentViewerHeader component', () => {
41
/>
42
</TestThemeProvider>
43
44
- expect(wrapper.html()).toEqual(expect.stringContaining('Stop Download'))
+ expect(wrapper.html()).toEqual(expect.stringContaining('Stop Torrent'))
45
46
47
0 commit comments