Skip to content

Commit

Permalink
updating also testcafe test for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Oct 4, 2019
1 parent e58c206 commit 35b4c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcafe/tests/simple-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('Simple Flow', async t => {
.expect(Selector('li').withText('Observer').textContent).contains("Observer On 1/1")
.expect(Selector('#db_stat_value_monitored_prefixes').find('b').withText('1').textContent).eql("1")
.expect(Selector('#db_stat_value_configured_prefixes').find('b').withText('3').textContent).eql("3")
.expect(Selector('p').withText('ARTEMIS v.\'latest\'').textContent).eql("ARTEMIS v.'latest'")
.expect(Selector('p').withText('ARTEMIS v.\'release-1.3.1\'').textContent).eql("ARTEMIS v.'release-1.3.1'")
.click(Selector('#navbar_bgpupdates'))
.expect(Selector('h3').withText('No BGP Updates to display').textContent).eql("No BGP Updates to display")
.click(Selector('#navbar_hijacks'))
Expand Down

0 comments on commit 35b4c27

Please sign in to comment.