Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Correct channel creation page test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Rodgers committed Aug 5, 2015
1 parent adfa42f commit b939324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/ChannelPagesSpec.scala
Expand Up @@ -173,7 +173,7 @@ class ChannelPagesSpec extends Specification {
browser.$("#password").text("pwd")
browser.$("#channelUrl").text("http://example.com")
browser.$("#submit").click
assertThat(browser.title()).isEqualTo("Subscriber - TopicHub")
assertThat(browser.title()).isEqualTo("Subscriber Dashboard - TopicHub")
val ch = Channel.findByUrl("http://example.com")
ch must not equalTo(None)
ch.get.description must equalTo("This is where I want stuff to go")
Expand Down

0 comments on commit b939324

Please sign in to comment.